Skip to content

Commit

Permalink
CI: update to ubuntu-24.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Dec 7, 2024
1 parent 6932dc9 commit 3a6847f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
do_repository_dispatch:
name: repository dispatch
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Repository dispatch
if: ${{ github.repository == 'HiGarfield/lede-17.01.4-Mod' && github.event_name == 'push' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetch-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
fetch_cache:
name: fetch cache
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
SOURCE_REPO: 'HiGarfield/lede-17.01.4-Mod'

Expand Down

0 comments on commit 3a6847f

Please sign in to comment.