Skip to content

Commit

Permalink
chore: upgrade ubuntu version to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Sep 13, 2024
1 parent ae84a32 commit 21e63b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 21e63b2

Please sign in to comment.