Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Mar 13, 2024
1 parent d78afd0 commit 1c5deea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-12
- macos-13
- macos-14
- macos-latest
- ubuntu-20.04
- ubuntu-22.04
Expand Down Expand Up @@ -81,6 +82,8 @@ jobs:
container: # Ubuntu containers don't have `lsb_release` installed
- ubuntu:20.04
- ubuntu:22.04
- ubuntu:23.04
- ubuntu:23.10
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1c5deea

Please sign in to comment.