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.
macos-15
macos-15-intel
1 parent 3609016 commit 81457adCopy full SHA for 81457ad
1 file changed
.github/workflows/main.yml
@@ -20,8 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
platform:
23
- - { target: aarch64-apple-darwin, os: macos-14, test: true }
24
- - { target: x86_64-apple-darwin, os: macos-15-intel, test: true }
+ - { target: aarch64-apple-darwin, os: macos-15, test: true }
25
- { target: x86_64-unknown-linux-gnu, os: ubuntu-24.04, test: true }
26
- { target: x86_64-pc-windows-msvc, os: windows-latest, test: true }
27
- { target: aarch64-pc-windows-msvc, os: windows-latest, test: false }
0 commit comments