Skip to content

Commit

Permalink
Remove macOS 11 test runner, add macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasff committed May 20, 2024
1 parent 7855171 commit b822b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ jobs:
fail-fast: false
matrix:
include:
- runner: macos-11
os_name: macos-11
- runner: macos-12
os_name: macos-12
- runner: macos-13
os_name: macos-13

runs-on: ${{ matrix.runner }}

Expand Down

0 comments on commit b822b64

Please sign in to comment.