Skip to content

Commit

Permalink
Merge pull request #2162 from GiganticMinecraft/ubuntu
Browse files Browse the repository at this point in the history
ubuntu 24.04
  • Loading branch information
outductor authored Sep 4, 2024
2 parents 5951e67 + 31c85d4 commit 4729ecb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_mcserver_base_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_mcserver_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mod_downloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4729ecb

Please sign in to comment.