Skip to content

Commit 1a048fc

Browse files
committed
Exclude maclatest py3.8/9
1 parent f90f3ee commit 1a048fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
3030
runs-on: [ubuntu-latest, macos-latest, windows-latest]
3131
exclude:
32-
- runs-on: macos-14
32+
- runs-on: macos-latest
3333
python-version: "3.8"
34-
- runs-on: macos-14
34+
- runs-on: macos-latest
3535
python-version: "3.9"
3636

3737
steps:

0 commit comments

Comments
 (0)