Skip to content

Commit

Permalink
update macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Dec 5, 2024
1 parent 3456b48 commit 2661907
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 @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [macos-12, ubuntu-22.04]
runner: [macos-13, macos-15, ubuntu-22.04]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [macos-12, ubuntu-22.04]
runner: [macos-13, macos-15, ubuntu-22.04]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down

0 comments on commit 2661907

Please sign in to comment.