Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JarLob authored Jul 6, 2024
1 parent b7082b3 commit f1e8869
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
# - ubuntu-20.04
# - ubuntu-18.04
- macos-latest
# - macos-11
# - macos-10.15
# - windows-latest
# - windows-2019
- ubuntu-24.04 # beta
- ubuntu-22.04 # ubuntu-latest
- ubuntu-20.04
- macos-14 # macos-latest
- macos-13
- macos-12
#- windows-2022 # windows-latest
#- windows-2019

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit f1e8869

Please sign in to comment.