Skip to content

Commit

Permalink
Update build to mac m1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dozor committed Feb 1, 2024
1 parent eb9b057 commit c84fd86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build-smartype:
name: "Build Smartype"
runs-on: macOS-latest
runs-on: macOS-14
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
defaults:
run:
working-directory: examples/iosExample
runs-on: macOS-latest
runs-on: macOS-14

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
generate-all:
name: "Generate, All Platforms "
needs: build-smartype
runs-on: macos-latest
runs-on: macos-14

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
publish:
name: "Publish"
runs-on: macOS-latest
runs-on: macOS-14
if: github.ref == 'refs/heads/main'
needs: [build-web-example, build-ios-example, build-android-example, generate-all]

Expand Down

0 comments on commit c84fd86

Please sign in to comment.