Skip to content

Commit bb61312

Browse files
committed
Update test runner to latest ubuntu version
1 parent a2a682a commit bb61312

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
pages:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
environment:
1111
name: github-pages
1212
url: ${{ steps.deployment.outputs.page_url }}

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020

2121
build:
22-
runs-on: ubuntu-20.04 # ubuntu-latest
22+
runs-on: ubuntu-latest
2323
strategy:
2424
fail-fast: false
2525
matrix:

0 commit comments

Comments
 (0)