From 7d5b7c1ace77d4c9b131baef5a9a7de985708dc9 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Tue, 5 Nov 2024 11:42:47 -0700 Subject: [PATCH] Trying Rocky Linux 9 container --- .github/workflows/test-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 37e1999..1e6426b 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -28,7 +28,7 @@ jobs: name: ${{ matrix.instance }} ## DGM runs-on: ubuntu-20.04 runs-on: ubuntu-latest - container: ubuntu-22.04 + container: rockylinux-9 timeout-minutes: ${{ inputs.timeout }} strategy: max-parallel: 2