Skip to content

Commit

Permalink
Use more modern OS
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp committed Apr 1, 2024
1 parent 0ef1a65 commit 8bcc7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
os:
- "ubuntu-22.04"
- "ubuntu-20.04"
- "ubuntu-18.04"
- "macos-latest"
name: Test (${{ matrix.os }})
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8bcc7c0

Please sign in to comment.