Skip to content

Commit 80ca925

Browse files
authored
FIX: Bumps (#13198)
1 parent daf7abf commit 80ca925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/circle_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permissions:
55
jobs:
66
circleci_artifacts_redirector_job:
77
if: "${{ startsWith(github.event.context, 'ci/circleci: build_docs') }}"
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
name: Run CircleCI artifacts redirector
1010
steps:
1111
- name: GitHub Action step

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- os: ubuntu-latest
8080
python: '3.10'
8181
kind: minimal
82-
- os: ubuntu-20.04
82+
- os: ubuntu-22.04
8383
python: '3.10'
8484
kind: old
8585
steps:

0 commit comments

Comments
 (0)