Updated github actions to use ubuntu to 24.04 (#297)
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run

This commit is contained in:
Kichura 2024-09-28 23:09:52 +02:00 committed by GitHub
parent e43bf553e4
commit d126653b1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ env:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4

View file

@ -3,7 +3,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
steps:
- name: Checkout Repository

View file

@ -6,7 +6,7 @@ on:
jobs:
update-gradle-wrapper:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4