Fix macOS build target for test CI job

Love these deprecations.
This commit is contained in:
Robbert van der Helm
2025-03-02 11:02:40 +01:00
parent 287f4b3d31
commit 0c560b3ea5

View File

@@ -15,7 +15,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, macos-12, windows-latest]
os: [ubuntu-20.04, macos-latest, windows-latest]
name: Build and test all components
runs-on: ${{ matrix.os }}
steps: