Skip to content

Commit aa64eb7

Browse files
committed
ci(actions): build ios/macos releases on MacOS 26
1 parent 75a488b commit aa64eb7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
MacOs:
115115
environment: Macos
116-
runs-on: macos-15-intel
116+
runs-on: macos-26-intel
117117
steps:
118118
- name: Checkout Repo
119119
uses: actions/checkout@v4
@@ -310,7 +310,7 @@ jobs:
310310
path: ./myWitWallet.apk
311311

312312
IOS:
313-
runs-on: macos-15-intel
313+
runs-on: macos-26-intel
314314
environment: IOS
315315
steps:
316316
- name: Checkout Repo
@@ -429,4 +429,4 @@ jobs:
429429
name: "myWitWallet ${{github.ref_name}}"
430430
artifacts: "./release/*"
431431
bodyFile: "RELEASE.md"
432-
artifactErrorsFailBuild: true
432+
artifactErrorsFailBuild: true

0 commit comments

Comments
 (0)