We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbed12e commit 733b9e1Copy full SHA for 733b9e1
.github/workflows/CICD.yml
@@ -76,7 +76,8 @@ jobs:
76
- { target: i686-pc-windows-msvc , os: windows-2019 }
77
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
78
- { target: i686-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
79
- - { target: x86_64-apple-darwin , os: macos-12 }
+ - { target: x86_64-apple-darwin , os: macos-13 }
80
+ - { target: aarch64-apple-darwin , os: macos-15 }
81
- { target: x86_64-pc-windows-gnu , os: windows-2019 }
82
- { target: x86_64-pc-windows-msvc , os: windows-2019 }
83
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
0 commit comments