Skip to content

Commit

Permalink
GHA: replace ubuntu-20.04 with ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
joostvanzwieten committed Dec 19, 2023
1 parent aff6eb1 commit f4cf9b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
build-python-package:
name: Build Python package
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
outputs:
wheel: ${{ steps.build.outputs.wheel }}
steps:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
run: python -um unittest discover -b -q -t . -s examples
test-sphinx:
name: Test building docs
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -158,7 +158,7 @@ jobs:
build-and-test-container-image:
name: Build container image
needs: build-python-package
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
# Fixes https://github.com/actions/virtual-environments/issues/3080
STORAGE_OPTS: overlay.mount_program=/usr/bin/fuse-overlayfs
Expand Down

0 comments on commit f4cf9b1

Please sign in to comment.