Skip to content

Commit

Permalink
Use newer ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jjelliott authored Dec 1, 2024
1 parent 6b297ae commit 348d5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-progs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -95,4 +95,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pd-devkit
path: devkit/
path: devkit/

0 comments on commit 348d5c2

Please sign in to comment.