Skip to content

Commit

Permalink
[1.26] Fix CI by switching to macOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Nov 10, 2022
1 parent 34d7348 commit eb47444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-11, windows-latest, ubuntu-latest]
experimental: [false]
nox-session: ['']
include:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
nox-session: test-3.11

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

0 comments on commit eb47444

Please sign in to comment.