⬆️ chore(deps): update ubuntu to v24 (#403)
This commit is contained in:
parent
66239bee01
commit
02f9d88236
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy and release
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
build_and_deploy:
|
||||
name: Build and Deploy on Main Push
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
2
.github/workflows/upgrade-deps.yml
vendored
2
.github/workflows/upgrade-deps.yml
vendored
@ -17,7 +17,7 @@ on:
|
||||
jobs:
|
||||
upgrade-dependency:
|
||||
name: Upgrade dependency
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
Loading…
x
Reference in New Issue
Block a user