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