Skip to content

Commit 270d16c

Browse files
authored
Bump Ubuntu version in GitHub actions (#1929)
1 parent 42d4488 commit 270d16c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build-and-deploy:
2626
name: Build and Deploy Docs
2727

28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929

3030
permissions:
3131
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -235,7 +235,7 @@ jobs:
235235
# Needed to modify a comment in the pull request's issue
236236
pull-requests: write
237237

238-
runs-on: ubuntu-20.04
238+
runs-on: ubuntu-latest
239239

240240
steps:
241241
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
matrix:
7474
python: ['3.9', '3.10', '3.11']
75-
os: [ubuntu-20.04, windows-2019]
75+
os: [ubuntu-22.04, windows-2019]
7676

7777
permissions:
7878
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -168,7 +168,7 @@ jobs:
168168
strategy:
169169
matrix:
170170
python: ['3.9', '3.10', '3.11']
171-
os: [ubuntu-20.04, ubuntu-latest]
171+
os: [ubuntu-22.04, ubuntu-latest]
172172

173173
continue-on-error: true
174174

@@ -439,7 +439,7 @@ jobs:
439439
strategy:
440440
matrix:
441441
python: ['3.9', '3.10', '3.11']
442-
os: [ubuntu-20.04, windows-2019]
442+
os: [ubuntu-22.04, windows-2019]
443443

444444
runs-on: ${{ matrix.os }}
445445

.github/workflows/generate_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: read-all
99
jobs:
1010
generate-coverage:
1111
name: Generate coverage and push to Coveralls.io
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313

1414
permissions:
1515
# Needed to cancel any previous runs that are not completed for a given workflow

0 commit comments

Comments
 (0)