Skip to content

Commit

Permalink
more matrix os
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Aug 3, 2023
1 parent 852afdb commit baaad2a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- windows-2019
- ubuntu-22.04
- windows-2022
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down Expand Up @@ -37,9 +37,10 @@ jobs:
matrix:
os:
- ubuntu-20.04
- ubuntu-18.04
- ubuntu-22.04
- windows-2019
- macos-10.15
- windows-2022
- macos-11
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit baaad2a

Please sign in to comment.