Skip to content

Commit

Permalink
Update build-ios-app-artemis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ejbills authored Dec 13, 2023
1 parent d473e50 commit 7fc941f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-ios-app-artemis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push

jobs:
build_with_signing:
runs-on: macos-latest
runs-on: macos-14

steps:
- name: Checkout repository
Expand Down Expand Up @@ -40,11 +40,7 @@ jobs:
- name: build archive
run: |
xcodebuild -scheme "OpenArtemis" \
-archivePath $RUNNER_TEMP/OpenArtemis.xcarchive \
-sdk iphoneos \
-configuration Debug \
-destination generic/platform=iOS \
clean archive
-archivePath $RUNNER_TEMP/OpenArtemis.xcarchive
- name: export ipa
env:
Expand Down

0 comments on commit 7fc941f

Please sign in to comment.