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 648e85c commit 37819acCopy full SHA for 37819ac
1 file changed
.github/workflows/release.yml
@@ -49,9 +49,9 @@ jobs:
49
strategy:
50
matrix:
51
include:
52
- - os: macos-15-intel
+ - os: macos-14-large
53
target: x86_64-apple-darwin
54
- - os: macos-15
+ - os: macos-14
55
# we cannot cross-compile, because we need also all dependencies for the specified target
56
target: aarch64-apple-darwin
57
runs-on: ${{ matrix.os }}
@@ -98,9 +98,9 @@ jobs:
98
99
100
101
102
target: x86_64
103
104
105
target: aarch64
106
0 commit comments