mirror of
https://github.com/bartvdbraak/homebrew-keyweave.git
synced 2025-04-27 01:21:22 +00:00
Update tests.yml to only use latest runner images
This commit is contained in:
parent
c52edc6894
commit
0a7c580075
1 changed files with 3 additions and 6 deletions
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue