Skip to content

Commit 94d9cac

Browse files
m1gahansemannn
authored andcommitted
chore: ios workflow update (#14152)
1 parent 53227e4 commit 94d9cac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: npm run lint:js
6464

6565
package:
66-
runs-on: macos-12
66+
runs-on: macos-13
6767
name: Package
6868
env:
6969
SDK_BUILD_CACHE_DIR: ${{ github.workspace }}/.native-modules

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
node-version: '20.x'
101101

102102
package:
103-
runs-on: macos-12
103+
runs-on: macos-13
104104
name: Package
105105
env:
106106
SDK_BUILD_CACHE_DIR: ${{ github.workspace }}/.native-modules

0 commit comments

Comments
 (0)
close