Compare commits

...

2 commits

Author SHA1 Message Date
61b7114c64
Merge pull request #130 from jepler/ci-ubuntu-24
run CI on ubuntu 24.04
2025-02-11 12:33:36 -06:00
956b9a261f run CI on ubuntu 24.04 2025-02-11 12:29:45 -06:00
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ on:
jobs:
update-dut1:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: startswith(github.repository, 'jepler/')
steps:

View file

@ -11,7 +11,7 @@ on:
jobs:
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Dump GitHub context
env: