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 77d98f4 commit 4715cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -27,7 +27,7 @@ jobs:
build:
name: build
needs: [ do_repository_dispatch ]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
env:
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 4715cc3

Please sign in to comment.