Skip to content

Commit 47cb5be

Browse files
committed
chore(CI): remove macos-11 from CI
1 parent 6fb0195 commit 47cb5be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
options:
1717
- ''
1818
- 'ubuntu-20.04'
19-
- 'macos-11'
2019
- 'macos-12'
2120
- 'macos-13'
2221
- 'macos-14'
@@ -123,7 +122,7 @@ jobs:
123122
fail-fast: false
124123
matrix:
125124
# The lowest supported version is Ubuntu 20.04 + Python 3.8 or macOS 12 + Python 3.9
126-
os: [ 'ubuntu-20.04', 'macos-11', 'macos-12', 'macos-13', 'macos-14', 'windows-2019' ]
125+
os: [ 'ubuntu-20.04', 'macos-12', 'macos-13', 'macos-14', 'windows-2019' ]
127126
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
128127
exclude:
129128
# macOS 12 comes with Python 3.9 by default, so we drop ci support for Python 3.8 on macOS

0 commit comments

Comments
 (0)