From aeecef678491e240cc7a067a5e422e94745889f0 Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Thu, 30 May 2024 10:39:20 +0200 Subject: [PATCH] Change workflow to run on fixed versions --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e8f48326..b0a32ce03 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,8 +27,8 @@ jobs: matrix: os: - ubuntu-20.04 - - macos-latest - - windows-latest + - macos-13 + - windows-2022 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -139,8 +139,8 @@ jobs: matrix: os: - ubuntu-20.04 - - macos-latest - - windows-latest + - macos-13 + - windows-2022 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3