Skip to content

Commit 2f3c7dc

Browse files
committed
Revert "gh: switch to macos-13"
This reverts commit 459e2ac.
1 parent 3c41f3a commit 2f3c7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
205205
build-ios-nightly:
206206
name: "Build iOS Nightly"
207-
runs-on: macos-13
207+
runs-on: macos-latest
208208
timeout-minutes: 60
209209
needs:
210210
- generate-changelog
@@ -368,7 +368,7 @@ jobs:
368368
build-ios-release:
369369
name: "Build iOS Release"
370370
if: ${{ github.events.inputs.build-release || inputs.build-release }}
371-
runs-on: macos-13
371+
runs-on: macos-latest
372372
timeout-minutes: 60
373373
needs:
374374
- generate-changelog

0 commit comments

Comments
 (0)