Skip to content

Commit

Permalink
Merge branch 'staging' into sprint-1.19
Browse files Browse the repository at this point in the history
Jayashsatolia403 authored Jan 23, 2025
2 parents 4933fa5 + 88a3aca commit c68b004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-sdks.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ env:
jobs:
build-ios:
name: Build-ios
runs-on: macos-runner
runs-on: macos-latest

steps:
- name: Checkout code
@@ -193,7 +193,7 @@ jobs:

build-macos:
name: Build-macos
runs-on: macos-runner
runs-on: macos-latest

steps:
- name: Checkout code
@@ -355,4 +355,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: zcn.wasm
path: zcn.wasm
path: zcn.wasm

0 comments on commit c68b004

Please sign in to comment.