Skip to content

Commit

Permalink
Merge pull request #130 from jepler/ci-ubuntu-24
Browse files Browse the repository at this point in the history
run CI on ubuntu 24.04
  • Loading branch information
jepler authored Feb 11, 2025
2 parents 82e253c + 956b9a2 commit 61b7114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
release:

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Dump GitHub context
env:
Expand Down

0 comments on commit 61b7114

Please sign in to comment.