We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a488b commit aa64eb7Copy full SHA for aa64eb7
1 file changed
.github/workflows/main.yml
@@ -113,7 +113,7 @@ jobs:
113
114
MacOs:
115
environment: Macos
116
- runs-on: macos-15-intel
+ runs-on: macos-26-intel
117
steps:
118
- name: Checkout Repo
119
uses: actions/checkout@v4
@@ -310,7 +310,7 @@ jobs:
310
path: ./myWitWallet.apk
311
312
IOS:
313
314
environment: IOS
315
316
@@ -429,4 +429,4 @@ jobs:
429
name: "myWitWallet ${{github.ref_name}}"
430
artifacts: "./release/*"
431
bodyFile: "RELEASE.md"
432
- artifactErrorsFailBuild: true
+ artifactErrorsFailBuild: true
0 commit comments