From 1b7826eae4590cabe1de92f69b9424bf99360647 Mon Sep 17 00:00:00 2001 From: Wilf Wilson Date: Wed, 16 Feb 2022 09:28:11 +0000 Subject: [PATCH] Cygwin CI: use windows-2019 explicitly (not windows-latest) --- .github/workflows/gap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gap.yml b/.github/workflows/gap.yml index 8e10a3fc9..ddbb704a8 100644 --- a/.github/workflows/gap.yml +++ b/.github/workflows/gap.yml @@ -86,7 +86,7 @@ jobs: test-cygwin: name: "cygwin / GAP master" - runs-on: windows-latest + runs-on: windows-2019 if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }} env: CHERE_INVOKING: 1