From 4209aa44b46d09632f9b42c759ee1c67c5160598 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 13 Jul 2025 23:35:35 +0300 Subject: [PATCH] ci: update deprecated ubuntu-20.04 runner to ubuntu-24.04 --- .github/workflows/matrix_ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/matrix_ci.yml b/.github/workflows/matrix_ci.yml index 00429b4..ca1bb2a 100644 --- a/.github/workflows/matrix_ci.yml +++ b/.github/workflows/matrix_ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-24.04] java-version: [11,15,20] android-api: [31, 33] fail-fast: false @@ -101,7 +101,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-24.04] java-version: [11, 15, 20] android-api: [31, 33] fail-fast: false @@ -166,7 +166,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-24.04] java-version: [8] # 9, 10 is in a bad state currently android-api: [31, 33] fail-fast: false