Skip to content

Commit

Permalink
Update test.yml to use ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
zmwangx committed Apr 18, 2024
1 parent 74efcef commit 94b2114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-18.04
os_name: Ubuntu 18.04
- os: ubuntu-20.04
os_name: Ubuntu 20.04
- os: ubuntu-22.04
os_name: Ubuntu 22.04
- os: macos-latest
os_name: latest macOS
fail-fast: false
Expand Down

0 comments on commit 94b2114

Please sign in to comment.