Skip to content

Commit 478e0a2

Browse files
authored
Use macOS 13 for unit tests instead of macOS 11 (#2912)
- macOS 11 is deprecated per https://github.com/actions/runner-images as of this commit
1 parent c4f604c commit 478e0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- ubuntu-latest
5353
- ubuntu-20.04
5454
- macos-latest
55-
- macos-11
55+
- macos-13
5656
runs-on: ${{ matrix.os }}
5757
steps:
5858

0 commit comments

Comments
 (0)