From 02fbf86bf1f7491c617376e2ff13fe90360b3afd Mon Sep 17 00:00:00 2001 From: Robert Brenick Date: Tue, 14 Jan 2025 11:08:26 +0100 Subject: [PATCH] Update GitHub Actions workflow to use Ubuntu 22.04 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d278991..7ac9d17 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac. # You can convert this to a matrix build if you need cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout