Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heowc authored Nov 16, 2024
1 parent a0c7860 commit 4a735bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
retention-days: 7

0 comments on commit 4a735bc

Please sign in to comment.