From 1c4d0c2642e31f92435cb5f96e7c2f072fe3f6b0 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Fri, 24 Sep 2021 19:59:45 +0200 Subject: [PATCH] [CI] Forces macOS-10.15 as pypy 3.6 is unavailable afterwards > See actions/virtual-environments#4060 --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7c4f5caf..fc2681bc 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: - - 'macOS-latest' + - 'macOS-10.15' - 'ubuntu-latest' python-version: - '3.6'