Skip to content

Commit 33e70b7

Browse files
committed
Use intel macos-13 os to build
The newer ARM instances appear to be running out of memory during linking.
1 parent efbe191 commit 33e70b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: package
4747
strategy:
4848
matrix:
49-
os: [ubuntu-latest, macos-latest]
49+
os: [ubuntu-latest, macos-13]
5050
python-version: ['3.8', '3.11']
5151
runs-on: ${{ matrix.os }}
5252
steps:

0 commit comments

Comments
 (0)