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 aada1e1 commit 7eb5fccCopy full SHA for 7eb5fcc
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
fail-fast: false
28
matrix:
29
platform:
30
- - os: "macos-12"
+ - os: "macos-13"
31
target: "x86_64-apple-darwin"
32
arch: "x86_64"
33
- os: "ubuntu-22.04"
.github/workflows/release.yml
@@ -32,11 +32,11 @@ jobs:
target: "x86_64-pc-windows-msvc"
34
# macOs
35
36
target: "aarch64-apple-darwin"
37
# This is not true, but simplifies the logic of the action.
38
39
40
41
42
runs-on: ${{ matrix.platform.os }}
0 commit comments