Skip to content

Commit

Permalink
Update build-sdks.yml to macos-latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnawaz-creator authored Jan 23, 2025
1 parent 094807f commit 88a3aca
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
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
build-ios:
name: Build-ios
runs-on: macos-runner
runs-on: macos-latest

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

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

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

0 comments on commit 88a3aca

Please sign in to comment.