Skip to content

Commit

Permalink
Use ubuntu-22.04 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jun 5, 2023
1 parent ddaca8b commit e7a31b4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0

- name: Install dependencies
run: pip install wheel

- name: Build
run: ./build.sh --update

Expand Down

0 comments on commit e7a31b4

Please sign in to comment.