run CI on ubuntu 24.04

This commit is contained in:
Jeff Epler 2025-02-11 12:29:45 -06:00
parent 5b08dac440
commit 956b9a261f
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: