Skip to content

Commit d51ff68

Browse files
committed
switch back to macos13 for now
1 parent 49fdd1a commit d51ff68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
python-version: ['3.8', '3.12']
20-
os: [windows-latest, macos-14, ubuntu-latest]
20+
os: [windows-latest, macos-13, ubuntu-latest]
2121
steps:
2222
- name: Debug Logging
2323
run: |
@@ -51,7 +51,7 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
python-version: ['3.12']
54-
os: [windows-latest, macos-14, ubuntu-latest]
54+
os: [windows-latest, macos-13, ubuntu-latest]
5555
steps:
5656
- name: Checkout Main Repository
5757
uses: actions/checkout@v4

0 commit comments

Comments
 (0)