Skip to content

Commit 48ff8c3

Browse files
committed
Test on all GitHub runner images
This is mostly for fun, I don’t expect things to work on Windows.
1 parent 931a439 commit 48ff8c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,15 @@ jobs:
2828
strategy:
2929
matrix:
3030
os:
31+
- windows-2022
32+
- windows-2019
3133
- ubuntu-latest
34+
- ubuntu-22.04
35+
- ubuntu-20.04
3236
- macos-latest
37+
- macos-13
38+
- macos-12
39+
- macos-11
3340
runs-on: ${{ matrix.os }}
3441
steps:
3542
- name: Checkout

0 commit comments

Comments
 (0)