Skip to content

Commit ca48d37

Browse files
authored
Apply suggestions from code review
1 parent 17ea5db commit ca48d37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
matrix:
3030
os:
3131
- macos-13 # Intel
32-
- macos-14-large # Intel
33-
- macos-15-large # Intel
32+
- macos-14
33+
- macos-15
3434
go:
3535
- '^1.22'
3636
- '^1.23'
@@ -56,7 +56,7 @@ jobs:
5656
# Can't expand the matrix due to the flakiness of the CI infra
5757
matrix:
5858
os:
59-
- macos-15-large # Intel
59+
- macos-15
6060
go:
6161
- '^1.23'
6262
steps:

0 commit comments

Comments
 (0)