Skip to content

Commit 7b0d981

Browse files
authored
Upgrade CI to macOS 14 (#277)
1 parent 98de8ec commit 7b0d981

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [macos-11, windows-2022, ubuntu-22.04]
10+
os: [macos-14, windows-2022, ubuntu-22.04]
1111
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1212
exclude:
13-
- os: macos-11
13+
- os: macos-14
1414
python-version: '3.8'
15-
- os: macos-11
15+
- os: macos-14
1616
python-version: '3.9'
1717
name: Test - ${{ matrix.os }}, ${{ matrix.python-version }}
1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)