Merge pull request #130 from jepler/ci-ubuntu-24

run CI on ubuntu 24.04
This commit is contained in:
Jeff Epler 2025-02-11 12:33:36 -06:00 committed by GitHub
commit 61b7114c64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: