Skip to content

Commit

Permalink
gh: use macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Aug 2, 2024
1 parent dbb5911 commit 627ddf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
build-ios-nightly:
name: "Build iOS Nightly"
runs-on: macos-12
runs-on: macos-latest
timeout-minutes: 60
needs:
- generate-changelog
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
build-ios-release:
name: "Build iOS Release"
if: ${{ github.events.inputs.build-release || inputs.build-release }}
runs-on: macos-12
runs-on: macos-latest
timeout-minutes: 60
needs:
- generate-changelog
Expand Down

0 comments on commit 627ddf7

Please sign in to comment.