From a98b5f08b6b2a25b331cd6f1548ee3c7173b769e Mon Sep 17 00:00:00 2001 From: John Novak Date: Sun, 7 Jul 2024 14:16:39 +1000 Subject: [PATCH] Pin OS versions in the CI workflow --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 258b1d0a..c93950a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,9 +13,9 @@ jobs: strategy: matrix: os: - # - ubuntu-latest - # - windows-latest - - macOS-latest + # - ubuntu-20.04 + # - windows-2019 + - macOS-12 steps: - uses: actions/checkout@v4