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 9513802 commit 900f272Copy full SHA for 900f272
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
platform:
20
- { target: aarch64-apple-darwin, os: macos-14 }
21
- - { target: x86_64-apple-darwin, os: macos-13 }
+ - { target: x86_64-apple-darwin, os: macos-15-intel }
22
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
23
- { target: x86_64-pc-windows-msvc, os: windows-latest }
24
- { target: i686-pc-windows-msvc, os: windows-latest }
0 commit comments