Skip to content

Commit

Permalink
Merge pull request #5166 from openequella/ci/pin-runner
Browse files Browse the repository at this point in the history
build(ci): pin ubuntu-22.04
  • Loading branch information
edalex-ian authored Oct 18, 2024
2 parents da5de88 + 1b5e630 commit 4221008
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
build_and_check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
path: artefacts.tar

build_storybook:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Using v1 (rather than v2) through-out this workflow due to issue:
# https://github.com/actions/checkout/issues/237
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
functional_testing:
needs: build_and_check

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
rest-module-testing:
needs: build_and_check

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

services:
postgres:
Expand Down

0 comments on commit 4221008

Please sign in to comment.