Skip to content

Commit

Permalink
Update OS in release workflow (#223)
Browse files Browse the repository at this point in the history
* update os in release workflow

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>

* bust cache keys

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>

---------

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
wagoodman committed Jun 29, 2023
1 parent 3da2667 commit cf77840
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bootstrap/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inputs:
cache-key-prefix:
description: "Prefix all cache keys with this value"
required: true
default: "831180ac25"
default: "12a830581c"
bootstrap-apt-packages:
description: "Space delimited list of tools to install via apt"
default: ""
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

quality-gate:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
tag:
needs:
- quality-gate
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
environment: release
permissions:
contents: write
Expand All @@ -79,7 +79,7 @@ jobs:
release-pypi:
needs:
- tag
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
environment: release
permissions:
contents: read
Expand All @@ -100,7 +100,7 @@ jobs:
release-docker:
needs:
- tag
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
environment: release
permissions:
contents: read
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
release-github:
needs:
- tag
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
environment: release
permissions:
contents: write
Expand Down

0 comments on commit cf77840

Please sign in to comment.