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 660450b commit f16234dCopy full SHA for f16234d
.github/workflows/macos.yml
@@ -11,7 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- os: [macos-13]
+ os: [macos-15-intel]
15
arch: [x86_64]
16
17
runs-on: ${{ matrix.os }}
.github/workflows/macos_arm64.yml
- os: [macos-14]
+ os: [macos-latest]
arch: [arm64]
0 commit comments