Skip to content

Commit 59a61ac

Browse files
authored
Switch from deprecated u2004 to u2204 image for github actions (#157)
2 parents 22d4010 + b490a53 commit 59a61ac

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/enable-pack-build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ permissions:
3131

3232
jobs:
3333
enable_pack_build_and_test_workflow:
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-22.04
3535
name: Enable Pack Build and Test workflow
3636

3737
steps:

.github/workflows/index-update.yaml

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

4747
jobs:
4848
regenerate_index:
49-
runs-on: ubuntu-20.04
49+
runs-on: ubuntu-22.04
5050
# When parent workflow is named "Update Index" this shows up as:
5151
# "Update Index / Regenerate"
5252
name: Regenerate

.github/workflows/pack-bootstrap_repo.yaml

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

6060
jobs:
6161
bootstrap_pack_repo:
62-
runs-on: ubuntu-20.04
62+
runs-on: ubuntu-22.04
6363
name: 'Bootstrap Repo'
6464
env:
6565
# GH_TOKEN used by `gh` command

.github/workflows/pack-build_and_test.yaml

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

3838
jobs:
3939
build_and_test:
40-
runs-on: ubuntu-20.04
40+
runs-on: ubuntu-22.04
4141
# When parent workflow is named "Build and Test" this shows up as:
4242
# "Build and Test / Python 3.8,3.9,3.10"
4343
name: 'Python ${{ matrix.python-version }}'

.github/workflows/pack-repo_meta.yaml

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

2424
jobs:
2525
repo_meta:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-22.04
2727
name: 'Repo Metadata'
2828

2929
outputs:

.github/workflows/pack-tag_release.yaml

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

1616
jobs:
1717
tag_release:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
name: 'Tag Release'
2020

2121
outputs:

0 commit comments

Comments
 (0)