Skip to content

Commit

Permalink
tst higher macos/xcode for fastlane sample release build
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Sep 30, 2024
1 parent ef19c66 commit 9d7c072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
# With this we catch potential issues already in the PR.
ios-swift-release:
name: Release Build of iOS Swift
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh 15.2
- run: ./scripts/ci-select-xcode.sh 16.0
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down

0 comments on commit 9d7c072

Please sign in to comment.