Skip to content

Commit

Permalink
macos-13 instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Aug 19, 2024
1 parent 5a4f391 commit e285d99
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,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ["1.8.0-422", 11, 17]
os: [ubuntu-latest, windows-latest, macos-latest]
java: [8, 11, 17]
os: [ubuntu-latest, windows-latest, macos-13]

runs-on: ${{ matrix.os }}
name: Java ${{ matrix.java }} ${{ matrix.os }}
Expand Down

0 comments on commit e285d99

Please sign in to comment.