From 4a735bc6979aa31af1403e18d1fadac3ff10da83 Mon Sep 17 00:00:00 2001 From: WonChul Heo Date: Sun, 17 Nov 2024 00:08:13 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3533d4d..f3b73d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write strategy: matrix: - os: [ macos-12, ubuntu-latest ] + os: [ macos-latest, ubuntu-latest ] version: [ 17, 21 ] runs-on: ${{ matrix.os }} name: ci-${{ matrix.os }}-jdk-${{ matrix.version }} @@ -58,4 +58,4 @@ jobs: with: path: '*/build/reports/tests' name: test-reports-${{ github.event.pull_request.number }}-${{ github.run_id }}-${{ matrix.os }}-jdk-${{ matrix.version }} - retention-days: 7 \ No newline at end of file + retention-days: 7