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 3aac88f commit 0ddeea5Copy full SHA for 0ddeea5
.github/workflows/CICD.yml
@@ -79,7 +79,8 @@ jobs:
79
- { target: i686-pc-windows-msvc , os: windows-2019 }
80
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
81
- { target: i686-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
82
- - { target: x86_64-apple-darwin , os: macos-12 }
+ - { target: x86_64-apple-darwin , os: macos-13 }
83
+ - { target: aarch64-apple-darwin , os: macos-latest }
84
- { target: x86_64-pc-windows-gnu , os: windows-2019 }
85
- { target: x86_64-pc-windows-msvc , os: windows-2019 }
86
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
0 commit comments