Update tests.yml to only use latest runner images

This commit is contained in:
Bart van der Braak 2024-07-02 15:47:20 +02:00 committed by GitHub
parent c52edc6894
commit 0a7c580075
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,11 +13,8 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
- ubuntu-22.04 - ubuntu-latest
- ubuntu-20.04 - macos-latest
- macos-13
- macos-12
- macos-11
name: Test on ${{ matrix.os }} name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@ -36,4 +33,4 @@ jobs:
fi fi
brew tap bartvdbraak/keyweave brew tap bartvdbraak/keyweave
brew install keyweave brew install keyweave
keyweave --version keyweave --version