Skip to content

Commit 4c7bc2b

Browse files
committed
Switch GitHub runner from macOS-latest to macOS-14
macOS-14 uses Apple Silicon (M1) instead of Intel x86.
1 parent 6845440 commit 4c7bc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
python-version: [3.8, "3.12"]
20-
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
20+
os: ["ubuntu-latest", "macOS-14", "windows-latest"]
2121
steps:
2222
- name: Print Concurrency Group
2323
env:

0 commit comments

Comments
 (0)