Skip to content

Commit 61b7114

Browse files
authored
Merge pull request #130 from jepler/ci-ubuntu-24
run CI on ubuntu 24.04
2 parents 82e253c + 956b9a2 commit 61b7114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
update-dut1:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
if: startswith(github.repository, 'jepler/')
1616
steps:
1717

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
release:
1313

14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Dump GitHub context
1717
env:

0 commit comments

Comments
 (0)