Skip to content

Commit

Permalink
fix: ios dark mode icons not available (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Nov 14, 2024
1 parent ac38687 commit d3a71d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
build_ios:
needs: app_build
environment: deploy
runs-on: macos-latest
runs-on: macos-15
env:
APP_BUILD: ${{ needs.app_build.outputs.app_build }}
steps:
Expand All @@ -97,7 +97,7 @@ jobs:
with:
node-version: 22

- uses: maxim-lobanov/setup-xcode@v1
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
with:
xcode-version: latest-stable

Expand Down

0 comments on commit d3a71d7

Please sign in to comment.