Skip to content

Commit

Permalink
CI: use Ubuntu 22.04 instead of 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Oct 1, 2023
1 parent c302d54 commit 1e78844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os:
- "ubuntu-20.04"
- "ubuntu-22.04"
- "windows-2022"
- "macos-11"
python-version:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
directory: ${{ runner.temp }}
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: lint
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1e78844

Please sign in to comment.