Skip to content

Commit

Permalink
update macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Poll committed Dec 5, 2024
1 parent 3456b48 commit a4fa4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit a4fa4ee

Please sign in to comment.