Skip to content

Commit 7579dff

Browse files
committed
github: Tweak macOS runners
We're hitting a compilation error, which likely happens because we're cross compiling x86 on mac...
1 parent cadafc2 commit 7579dff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: dist
3838

3939
macos-x86_64:
40-
runs-on: macos-latest
40+
runs-on: macos-13
4141
strategy:
4242
matrix:
4343
target: [x86_64]
@@ -59,7 +59,7 @@ jobs:
5959
path: dist
6060

6161
macos-arm64:
62-
runs-on: macos-arm64
62+
runs-on: macos-13-xlarge
6363
strategy:
6464
matrix:
6565
target: [aarch64]

0 commit comments

Comments
 (0)