ci: update runner to ubuntu 24.04

This commit is contained in:
amyavi 2025-03-12 19:57:30 -03:00
parent 9742b4be6c
commit 69da6994a8
Signed by: amy
SSH key fingerprint: SHA256:CoLIqZWDYPZEhs1j1HQWwV0j1JhC3BFWcaUF7ZLZHJA

View file

@ -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