Skip to content

Commit

Permalink
Use macOS 13 for unit tests instead of macOS 11 (#2914)
Browse files Browse the repository at this point in the history
- macOS 11 is deprecated per https://github.com/actions/runner-images as
  of this commit
  • Loading branch information
moleske committed May 11, 2024
1 parent 09eef9b commit 962df72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- ubuntu-latest
- ubuntu-20.04
- macos-latest
- macos-11
- macos-13
runs-on: ${{ matrix.os }}
steps:

Expand Down

0 comments on commit 962df72

Please sign in to comment.