Skip to content

Commit

Permalink
Merge branch 'pin-runner-version' into 'master'
Browse files Browse the repository at this point in the history
ci: pin runner version to Ubuntu 22.04

See merge request ffda/firmware/site!31
  • Loading branch information
herbetom committed Nov 24, 2023
2 parents 3fe9f42 + aa83854 commit 386edc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
${{ steps.build-metadata.outputs.deploy }}
target-whitelist: >-
${{ steps.build-metadata.outputs.target-whitelist }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Determine build-meta
steps:
- uses: actions/checkout@v4
Expand All @@ -55,7 +55,7 @@ jobs:
needs: build-meta
outputs:
targets: ${{ steps.get-targets.outputs.targets }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Get Gluon targets
steps:
- uses: actions/checkout@v4
Expand All @@ -77,7 +77,7 @@ jobs:

host-tools:
needs: build-meta
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build host-tools
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
fail-fast: false
matrix:
target: ${{ fromJSON(needs.targets.outputs.targets) }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:

manifest:
needs: [build, build-meta, targets]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:

deploy:
needs: [build, build-meta, targets, manifest]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ needs.build-meta.outputs.deploy != '0' }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:

create-release:
needs: [build, build-meta, targets, manifest]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ needs.build-meta.outputs.create-release != '0' }}
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

json:
name: "JSON"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
BUILD_INFO: ${{ github.workspace }}/.github/build-info.json
steps:
Expand Down

0 comments on commit 386edc3

Please sign in to comment.