Skip to content

Commit

Permalink
debian-12 to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
makeding committed Sep 27, 2024
1 parent 734ec88 commit 5cda59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- test-ci
jobs:
prepare:
runs-on: debian-12
runs-on: ubuntu-24.04
steps:
# - name: install deps
# run: apt install -y
Expand All @@ -27,7 +27,7 @@ jobs:
./scripts/feeds update -a
./scripts/feeds install -a
compile:
runs-on: debian-12
runs-on: ubuntu-24.04
steps:
- name: compile
run: |
Expand Down

0 comments on commit 5cda59f

Please sign in to comment.