Skip to content

Commit

Permalink
Fix CI by setting macos 13 on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKirakosyan committed Jun 27, 2024
1 parent 9b7342b commit 469e80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
Run-tests:
name: Test code-push-sdk
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 469e80d

Please sign in to comment.