Designate java21 as the latest/default image (#2757)

This commit is contained in:
Geoff Bourne
2024-04-04 21:16:48 -05:00
committed by GitHub
parent 55e7b8bee5
commit b22c818f0e
4 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ jobs:
mcVersion: 1.12.2
env:
IMAGE_TO_TEST: ${{ github.repository_owner }}/minecraft-server:test-${{ matrix.variant }}-${{ github.run_id }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.2