Skip to content

Commit 37819ac

Browse files
committed
Try to use MacOS 14
1 parent 648e85c commit 37819ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
strategy:
5050
matrix:
5151
include:
52-
- os: macos-15-intel
52+
- os: macos-14-large
5353
target: x86_64-apple-darwin
54-
- os: macos-15
54+
- os: macos-14
5555
# we cannot cross-compile, because we need also all dependencies for the specified target
5656
target: aarch64-apple-darwin
5757
runs-on: ${{ matrix.os }}
@@ -98,9 +98,9 @@ jobs:
9898
strategy:
9999
matrix:
100100
include:
101-
- os: macos-15-intel
101+
- os: macos-14-large
102102
target: x86_64
103-
- os: macos-15
103+
- os: macos-14
104104
# we cannot cross-compile, because we need also all dependencies for the specified target
105105
target: aarch64
106106
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)