Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex authored Oct 19, 2024
1 parent 17ea5db commit ca48d37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
matrix:
os:
- macos-13 # Intel
- macos-14-large # Intel
- macos-15-large # Intel
- macos-14
- macos-15
go:
- '^1.22'
- '^1.23'
Expand All @@ -56,7 +56,7 @@ jobs:
# Can't expand the matrix due to the flakiness of the CI infra
matrix:
os:
- macos-15-large # Intel
- macos-15
go:
- '^1.23'
steps:
Expand Down

0 comments on commit ca48d37

Please sign in to comment.