We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ea5db commit ca48d37Copy full SHA for ca48d37
1 file changed
.github/workflows/compile.yml
@@ -29,8 +29,8 @@ jobs:
29
matrix:
30
os:
31
- macos-13 # Intel
32
- - macos-14-large # Intel
33
- - macos-15-large # Intel
+ - macos-14
+ - macos-15
34
go:
35
- '^1.22'
36
- '^1.23'
@@ -56,7 +56,7 @@ jobs:
56
# Can't expand the matrix due to the flakiness of the CI infra
57
58
59
60
61
62
steps:
0 commit comments