From 8979d82df45272fb8a274213ab31874f9d2255e0 Mon Sep 17 00:00:00 2001 From: outductor Date: Wed, 4 Sep 2024 15:45:02 +0900 Subject: [PATCH] ubuntu 24.04 --- .github/workflows/build_mcserver_base_images.yaml | 2 +- .github/workflows/build_mcserver_images.yaml | 2 +- .github/workflows/mod_downloader.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_mcserver_base_images.yaml b/.github/workflows/build_mcserver_base_images.yaml index bc9e65b4b..a8c6b362b 100644 --- a/.github/workflows/build_mcserver_base_images.yaml +++ b/.github/workflows/build_mcserver_base_images.yaml @@ -12,7 +12,7 @@ env: jobs: build-image: name: Build docker image (and publish on main) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: include: diff --git a/.github/workflows/build_mcserver_images.yaml b/.github/workflows/build_mcserver_images.yaml index 414c75f41..35698cedd 100644 --- a/.github/workflows/build_mcserver_images.yaml +++ b/.github/workflows/build_mcserver_images.yaml @@ -8,7 +8,7 @@ on: jobs: build-image: name: Build docker image (and publish on main) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: include: diff --git a/.github/workflows/mod_downloader.yaml b/.github/workflows/mod_downloader.yaml index 74c3b8d0f..600a2297f 100644 --- a/.github/workflows/mod_downloader.yaml +++ b/.github/workflows/mod_downloader.yaml @@ -29,7 +29,7 @@ jobs: build-image: name: Build docker image (and publish on master) needs: [lint-and-test] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 defaults: run: working-directory: docker-images/mod-downloader