Skip to content

Commit

Permalink
Bump runners from ubuntu-20.04 to ubuntu-22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <[email protected]>
  • Loading branch information
marcofranssen committed Sep 11, 2023
1 parent 558e117 commit c9972a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
target: [vault]

name: Check module ${{ matrix.target }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

name: Continuous Integration

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
release:
name: release
needs: [build]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

outputs:
container_digest: ${{ steps.container_info.outputs.container_digest }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

provenance:
name: Generate provenance
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [release]
if: startsWith(github.ref, 'refs/tags/')

Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
name: container-provenance
needs: [release]
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down

0 comments on commit c9972a2

Please sign in to comment.