Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 3ea62da

Browse files
Fix CI by setting macos 13 on github actions (#845)
1 parent 9b7342b commit 3ea62da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-push-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
Run-tests:
1010
name: Test code-push-sdk
11-
runs-on: macos-latest
11+
runs-on: macos-13
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v1

0 commit comments

Comments
 (0)