Change workflow to run on fixed versions

This commit is contained in:
Ben van Hartingsveldt 2024-05-30 10:39:20 +02:00
parent a471dcb272
commit aeecef6784
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -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