Skip to content

Commit

Permalink
enable macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyarmir committed Feb 20, 2024
1 parent c2e3d66 commit 244a374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
jobs:
build:
name: Build Project
runs-on: ubuntu-latest
runs-on: macos-14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
assemble
jvmTest
# jsTest
# iosTest
iosTest

- name: Bundle the failed build report
if: failure()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
if: ${{ !github.event.pull_request.draft }}
name: Build Project
runs-on: ubuntu-latest
runs-on: macos-14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
./gradlew
jvmTest
# jsTest
# iosTest
iosTest

- name: Bundle the failed build report
if: failure()
Expand Down

0 comments on commit 244a374

Please sign in to comment.