summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2022-11-10 22:37:49 +0330
committerGitHub <noreply@github.com>2022-11-10 13:07:49 -0600
commiteb47444a9dfaa045cc4753e4d77c57fbdccaa619 (patch)
treec61e5ea0ee2e8f7350876606127ad128cb9f6a6f
parent34d7348bb96eca390c2115aeeee31d1147830844 (diff)
downloadurllib3-eb47444a9dfaa045cc4753e4d77c57fbdccaa619.tar.gz
[1.26] Fix CI by switching to macOS 11
-rw-r--r--.github/workflows/ci.yml4
1 files 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