Skip to content

Commit

Permalink
fix(ci): macOS-12 runner is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Jan 25, 2025
1 parent d65b748 commit 037dd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-latest, macOS-12, windows-latest ]
os: [ ubuntu-latest, macOS-latest, macOS-13, windows-latest ]
setup: [ graalvm ]
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-latest, macOS-12, windows-latest ]
os: [ ubuntu-latest, macOS-latest, macOS-13, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: 'Checkout GitHub repository'
Expand Down

0 comments on commit 037dd40

Please sign in to comment.