Skip to content

Commit eb47444

Browse files
authored
[1.26] Fix CI by switching to macOS 11
1 parent 34d7348 commit eb47444

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
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
35-
os: [macos-latest, windows-latest, ubuntu-latest]
35+
os: [macos-11, windows-latest, ubuntu-latest]
3636
experimental: [false]
3737
nox-session: ['']
3838
include:
@@ -62,7 +62,7 @@ jobs:
6262
nox-session: test-3.11
6363

6464
runs-on: ${{ matrix.os }}
65-
name: ${{ fromJson('{"macos-latest":"macOS","windows-latest":"Windows","ubuntu-latest":"Ubuntu"}')[matrix.os] }} ${{ matrix.python-version }} ${{ matrix.nox-session}}
65+
name: ${{ fromJson('{"macos-11":"macOS","windows-latest":"Windows","ubuntu-latest":"Ubuntu"}')[matrix.os] }} ${{ matrix.python-version }} ${{ matrix.nox-session}}
6666
continue-on-error: ${{ matrix.experimental }}
6767
steps:
6868
- name: Checkout Repository

0 commit comments

Comments
 (0)