Skip to content

Commit 18f3b57

Browse files
authored
fix: downgrade runner to macOS 13 (#131)
1 parent bb94332 commit 18f3b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
test:
2525
timeout-minutes: 30
26-
runs-on: macos-latest
26+
runs-on: macos-13
2727
strategy:
2828
matrix:
2929
api-level: [ 21, 29 ]

0 commit comments

Comments
 (0)