From eb47444a9dfaa045cc4753e4d77c57fbdccaa619 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Thu, 10 Nov 2022 22:37:49 +0330 Subject: [1.26] Fix CI by switching to macOS 11 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8954660..1aa62fa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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 -- cgit v1.2.1