Skip to content

Commit

Permalink
Test only against current runner OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed Aug 31, 2023
1 parent e49144a commit 1c7f4f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
matrix:
os:
- ubuntu-20.04
- ubuntu-18.04
- ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -113,8 +113,8 @@ jobs:
fail-fast: true
matrix:
os:
- macos-10.15
- macos-11
- macos-12

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -185,7 +185,6 @@ jobs:
fail-fast: true
matrix:
os:
- windows-2016
- windows-2019
- windows-2022

Expand Down

0 comments on commit 1c7f4f3

Please sign in to comment.