Skip to content

Commit

Permalink
fix: using macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Nov 18, 2024
1 parent 13376f0 commit d300262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-macos-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:
android-build-test-artifacts:
name: Android Build test artifacts
runs-on: macos-12
runs-on: macos-13
steps:
- name: Set envs for zingolib CI
if: ${{ contains(github.repository, 'zingolib') }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

android-integration-test:
name: Android Integration test
runs-on: macos-12
runs-on: macos-13
needs: android-build-test-artifacts
strategy:
matrix:
Expand Down

0 comments on commit d300262

Please sign in to comment.