Skip to content

Commit 11c2ab8

Browse files
committed
Downgrade macOS runners to 12
Another attempt at fixing #47.
1 parent 3b6f010 commit 11c2ab8

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-13
40+
runs-on: macos-12
4141
strategy:
4242
matrix:
4343
target: [x86_64]
@@ -59,7 +59,7 @@ jobs:
5959
path: dist
6060

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

0 commit comments

Comments
 (0)