From f49c1157c5460fc26f17378b0dd71aa6064a944d Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Tue, 11 Feb 2025 10:20:21 -0800 Subject: [PATCH] Update Ubuntu for CI --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f15dcbb..5badf09 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,13 +13,12 @@ permissions: contents: read jobs: build: - runs-on: ${{ matrix.os }} + runs-on: 'ubuntu-22.04' strategy: fail-fast: false matrix: # Alas, JDK14 can't be yet used while build is for Java 6 java_version: ['8', '11'] - os: ['ubuntu-20.04'] env: JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1" steps: