Skip to content

Commit

Permalink
fix: use macos-13, arm is not supported by setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
brenank committed May 21, 2024
1 parent c546e31 commit 717fff0
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 @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
go-version: ['1.14.15', '1.15.15', '1.16.15', '1.17.13', '1.22.3']
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 717fff0

Please sign in to comment.