Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(ci): pin ubuntu-22.04 #5166

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading