Skip to content

Commit bcfb821

Browse files
authored
Upgrade CI workflow to use Ubuntu 22.04
1 parent 1a9e859 commit bcfb821

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
publish:
3131
name: Publish to PyPI
3232
if: github.event_name == 'release' && github.event.action == 'created'
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-22.04
3434
needs: test
3535
steps:
3636
- uses: actions/checkout@v2
@@ -50,7 +50,7 @@ jobs:
5050
build_docker_image:
5151
name: Build Docker Image
5252
if: (github.event_name == 'release' && github.event.action == 'created') || github.event_name == 'push'
53-
runs-on: ubuntu-20.04
53+
runs-on: ubuntu-22.04
5454
needs: test
5555
steps:
5656
- uses: actions/checkout@v2
@@ -80,7 +80,7 @@ jobs:
8080
name: Generate Documentation
8181
if: github.event_name == 'push'
8282
concurrency: generate_docs
83-
runs-on: ubuntu-20.04
83+
runs-on: ubuntu-22.04
8484
steps:
8585
- uses: actions/checkout@v2
8686
with:

0 commit comments

Comments
 (0)