Skip to content

Commit

Permalink
ci: pin runner image to ubuntu 22.04 (for now) to fix visual snapshot…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
stefanprobst committed Oct 27, 2024
1 parent 71be9af commit c7fd7cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
env:
name: Generate environment variables
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Derive environment from git ref
id: environment
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
vars:
name: Generate public url
needs: [env]
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
environment:
name: ${{ needs.env.outputs.environment }}
steps:
Expand All @@ -60,7 +60,7 @@ jobs:
build:
name: Build and push docker image
needs: [env, vars]
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: true
matrix:
node-version: [22.x]
os: [ubuntu-24.04]
os: [ubuntu-22.04]

steps:
- name: Checkout repository
Expand Down

0 comments on commit c7fd7cb

Please sign in to comment.