Skip to content

Commit

Permalink
Merge pull request #13 from vcamapp/ci-xcode16
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
tattn authored Sep 13, 2024
2 parents 23b0ca1 + 69e8766 commit b5c4e9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ on:
workflow_dispatch:

env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app
DEVELOPER_DIR: /Applications/Xcode_16_beta_6.app

jobs:
build-package:
runs-on: macOS-13
runs-on: macOS-14

steps:
- uses: actions/checkout@main
- name: Test
run: set -o pipefail && make test-package | xcpretty

build-ui-preview:
runs-on: macOS-13
runs-on: macOS-14

steps:
- uses: actions/checkout@main
- name: Build
run: set -o pipefail && make build-ui-preview | xcpretty

test-ui-preview:
runs-on: macOS-13
runs-on: macOS-14

steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit b5c4e9a

Please sign in to comment.