Skip to content

Commit

Permalink
Update automated-ios-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-128 authored Nov 5, 2024
1 parent ff7844e commit c6933e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automated-ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.4'
- uses: yukiarrr/ios-build-action@v1.11.2
xcode-version: '16.1'
- uses: yukiarrr/ios-build-action@v1.12.0
with:
project-path: qBitControl.xcodeproj
p12-base64: ${{ secrets.P12_BASE64 }}
Expand Down

0 comments on commit c6933e3

Please sign in to comment.