We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf7abf commit 80ca925Copy full SHA for 80ca925
.github/workflows/circle_artifacts.yml
@@ -5,7 +5,7 @@ permissions:
5
jobs:
6
circleci_artifacts_redirector_job:
7
if: "${{ startsWith(github.event.context, 'ci/circleci: build_docs') }}"
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
9
name: Run CircleCI artifacts redirector
10
steps:
11
- name: GitHub Action step
.github/workflows/tests.yml
@@ -79,7 +79,7 @@ jobs:
79
- os: ubuntu-latest
80
python: '3.10'
81
kind: minimal
82
- - os: ubuntu-20.04
+ - os: ubuntu-22.04
83
84
kind: old
85
0 commit comments