Skip to content

Commit

Permalink
xcodesdk fix
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Apr 17, 2024
1 parent 1b00e88 commit 690f83a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:

# Xcode SDK builds
- os: macos-14
config:
- name: "xcodesdk"
make_flags: "CONFIGS=xcodesdk PLATFORMS=iphonesimulator"
test_flags: "--config=xcodesdk --platform=iphonesimulator --controller-app"
name: "xcodesdk"
make_flags: "CONFIGS=xcodesdk PLATFORMS=iphonesimulator"
test_flags: "--config=xcodesdk --platform=iphonesimulator --controller-app"

fail-fast: false

Expand Down

0 comments on commit 690f83a

Please sign in to comment.