Skip to content

Commit

Permalink
Merge pull request #1282 from gliderlabs/update-ci
Browse files Browse the repository at this point in the history
chore: update ci runners to ubuntu-22.04
  • Loading branch information
josegonzalez authored Aug 11, 2024
2 parents 23a4f46 + 6499871 commit cb12534
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
build:
name: build.${{ matrix.heroku }}-${{ matrix.buildx }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
unit-tests:
name: unit.heroku-${{ matrix.heroku }}.${{ matrix.buildpack }}
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: build.${{ matrix.heroku }}-${{ matrix.buildx }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
tag-release:
name: tag-release
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ name: Bump buildpacks
# yamllint disable-line rule:truthy
on:
schedule:
- cron: '37 13 * * *'
- cron: "37 13 * * *"
workflow_dispatch: {}

jobs:
build:
name: bump-buildpacks
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit cb12534

Please sign in to comment.