Skip to content

Commit

Permalink
Merge pull request #167 from austinvazquez/upgrade-macos-13-runner
Browse files Browse the repository at this point in the history
Update macOS runner image to macOS 13
  • Loading branch information
kolyshkin authored Oct 8, 2024
2 parents ed0950b + 0479939 commit 9861b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
go-version: [1.18.x, 1.22.x, 1.23.x]
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-latest, macos-12, macos-14]
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-latest, macos-13, macos-14]
runs-on: ${{ matrix.platform }}
defaults:
run:
Expand Down

0 comments on commit 9861b99

Please sign in to comment.