Skip to content

Commit

Permalink
fix: CI update from macos-{12,13} to macsos-{13,14,15}
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Nov 29, 2024
1 parent 28ee585 commit c72e6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
macos:
strategy:
matrix:
os: ['macos-12', 'macos-13']
os: ['macos-13', 'macos-14', 'macos-15']
env_vars:
- ''
# allow for some parallelity without GNU parallel, since it is not installed by default
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
npm_on_macos:
strategy:
matrix:
os: ['macos-12', 'macos-13']
os: ['macos-13', 'macos-14', 'macos-15']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit c72e6bf

Please sign in to comment.