From 97d4986e01752cadb72ea1a0e63dc8ef4c914534 Mon Sep 17 00:00:00 2001 From: christophe Date: Tue, 26 Dec 2023 11:34:45 +0100 Subject: [PATCH] Add more platform tests for more compiler tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42652909..18849cf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: matrix: std: [98, 11, 14, 17, 20] config: [Debug, Release] - os: [windows-latest, ubuntu-latest, macos-latest] + os: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-11, windows-latest, windows-2019] steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."