Browse Source

Enable tests on newer github images

pull/1093/head
Hamish Coleman 2 years ago
parent
commit
39b9c6b1c0
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

@ -106,6 +106,7 @@ jobs:
fail-fast: true
matrix:
os:
- ubuntu-22.04
- ubuntu-20.04
- ubuntu-22.04
@ -179,6 +180,7 @@ jobs:
os:
- macos-12
- macos-11
- macos-12
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save