Skip to content

Commit 1ccbab3

Browse files
author
Matevz Morato
committed
Change macos back to 14 for arm
1 parent 15e3c0a commit 1ccbab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
strategy:
301301
matrix:
302302
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
303-
os: [macos-15-intel, macos-15]
303+
os: [macos-15-intel, macos-14]
304304
fail-fast: false
305305
runs-on: ${{ matrix.os }}
306306
env:
@@ -371,7 +371,7 @@ jobs:
371371
needs: build-macos
372372
strategy:
373373
matrix:
374-
os: [macos-15-intel, macos-15]
374+
os: [macos-15-intel, macos-14]
375375
fail-fast: false
376376
runs-on: ${{ matrix.os }}
377377
steps:

0 commit comments

Comments
 (0)