Skip to content

Commit

Permalink
use ubuntu24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Sep 6, 2024
1 parent 715202c commit e65b28b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/tpl/build.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [{{ALL_RELEASES}}]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
SEC_VBOX : ${{ secrets.SEC_VBOX }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/tpl/generate.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
generate:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/tpl/manual.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
DEBUG: 1
NGROK_TOKEN : ${{ secrets.NGROK_TOKEN }}
Expand Down

0 comments on commit e65b28b

Please sign in to comment.