Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/index-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ on:

jobs:
regenerate_index:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
# When parent workflow is named "Update Index" this shows up as:
# "Update Index / Regenerate"
name: Regenerate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pack-bootstrap_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ on:

jobs:
bootstrap_pack_repo:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: 'Bootstrap Repo'
env:
# GH_TOKEN used by `gh` command
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pack-build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:

jobs:
build_and_test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
# When parent workflow is named "Build and Test" this shows up as:
# "Build and Test / Python 3.6"
name: 'Python ${{ matrix.python-version-short }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pack-repo_meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
repo_meta:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: 'Repo Metadata'

outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pack-tag_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
tag_release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: 'Tag Release'

outputs:
Expand Down