Skip to content

Commit

Permalink
Test on all GitHub runner images
Browse files Browse the repository at this point in the history
This is mostly for fun, I don’t expect things to work on Windows.
  • Loading branch information
mgeisler committed Jun 21, 2023
1 parent 931a439 commit 0a143e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,15 @@ jobs:
strategy:
matrix:
os:
- windows-2022
- windows-2019
- ubuntu-latest
- ubuntu-22.04
# - ubuntu-20.04
- macos-latest
- macos-13
- macos-12
- macos-11
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 0a143e8

Please sign in to comment.