Skip to content

Commit

Permalink
fix: downgrade runner to macOS 13 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs authored May 24, 2024
1 parent bb94332 commit 18f3b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

test:
timeout-minutes: 30
runs-on: macos-latest
runs-on: macos-13
strategy:
matrix:
api-level: [ 21, 29 ]
Expand Down

0 comments on commit 18f3b57

Please sign in to comment.