mirror of
https://github.com/kaboomserver/server.git
synced 2025-05-14 23:30:29 -04:00
ci: update runner to ubuntu 24.04
This commit is contained in:
parent
9742b4be6c
commit
69da6994a8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -10,7 +10,7 @@ permissions:
|
|||
jobs:
|
||||
update:
|
||||
if: github.repository == 'kaboomserver/server' || github.event_name == 'workflow_dispatch'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue