Skip to content

Commit

Permalink
chore: ios workflow update (#14152)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored and hansemannn committed Dec 16, 2024
1 parent 53227e4 commit 94d9cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: npm run lint:js

package:
runs-on: macos-12
runs-on: macos-13
name: Package
env:
SDK_BUILD_CACHE_DIR: ${{ github.workspace }}/.native-modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
node-version: '20.x'

package:
runs-on: macos-12
runs-on: macos-13
name: Package
env:
SDK_BUILD_CACHE_DIR: ${{ github.workspace }}/.native-modules
Expand Down

0 comments on commit 94d9cac

Please sign in to comment.