From 7c54c3d32796408eac306d0bfdff7ece2f1661b6 Mon Sep 17 00:00:00 2001 From: Ryan Brown Date: Mon, 6 Jan 2025 10:52:55 +0000 Subject: [PATCH] Pin test workflows to run on Ubuntu 22.04 Running these workflows on Ubuntu 24.04 caused test failures because the test couldn't load fixture files from the filesystem correctly. It is unclear why this is, but I'm pinning the version to Ubuntu 22.04 for now until we can understand and fix the issue so that deployments are possible again. --- .github/workflows/cucumber.yml | 2 +- .github/workflows/minitest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cucumber.yml b/.github/workflows/cucumber.yml index b0a5de937ea..c34264c1654 100644 --- a/.github/workflows/cucumber.yml +++ b/.github/workflows/cucumber.yml @@ -4,7 +4,7 @@ on: workflow_call jobs: feature-test-matrix: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: diff --git a/.github/workflows/minitest.yml b/.github/workflows/minitest.yml index d3abf95d71c..d7e1c834e34 100644 --- a/.github/workflows/minitest.yml +++ b/.github/workflows/minitest.yml @@ -15,7 +15,7 @@ on: jobs: minitest-matrix: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: