Skip to content

Commit

Permalink
chore: Update macOS version in build workflow to macOS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
neriberto committed Dec 19, 2024
1 parent 091f47d commit 017ccab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macOS-12 ]
os: [ ubuntu-latest, windows-latest, macOS-13 ]
go-version: [ 1.21.x ]
steps:
- name: Set up Go
Expand Down

0 comments on commit 017ccab

Please sign in to comment.