We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b96999 commit ba70d77Copy full SHA for ba70d77
1 file changed
.github/workflows/test-env.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
# macos-latest is osx-arm64 and the env is not building there yet b/c of robis.
15
- os: [ macos-13, ubuntu-latest, windows-latest ]
+ os: [ macos-15-intel, ubuntu-latest, windows-latest ]
16
fail-fast: false
17
defaults:
18
run:
0 commit comments