From 348d5c2f70302f06d1d2a988718a581b158c56b0 Mon Sep 17 00:00:00 2001 From: jjelliott Date: Sun, 1 Dec 2024 02:33:27 -0500 Subject: [PATCH] Use newer ubuntu --- .github/workflows/compile-progs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-progs.yml b/.github/workflows/compile-progs.yml index 700d45e..35b2711 100644 --- a/.github/workflows/compile-progs.yml +++ b/.github/workflows/compile-progs.yml @@ -7,7 +7,7 @@ on: jobs: compile-progs: name: Compile progs.dat - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 - name: Set up folder structure @@ -95,4 +95,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: pd-devkit - path: devkit/ \ No newline at end of file + path: devkit/