Skip to content

Commit

Permalink
chore: Remove macOS-12 since it's scheduled for removal
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 18, 2024
1 parent dc041e2 commit 292c2d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-12]
os: [ubuntu-latest, macOS-13]
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-12, macOS-14]
os: [ubuntu-latest, windows-latest, macOS-13, macOS-14]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-12, macOS-14]
os: [ubuntu-latest, windows-latest, macOS-13, macOS-14]
jdk: ["22.3.0", "17"]

name: Test ${{ matrix.os }} -- ${{ matrix.jdk }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macOS-12, macOS-14, windows-latest]
os: [ubuntu-20.04, macOS-13, macOS-14, windows-latest]
include:
- os: ubuntu-20.04
artifact: bloop-linux
Expand Down

0 comments on commit 292c2d5

Please sign in to comment.