Skip to content

Commit

Permalink
Update Xcode for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tattn committed Sep 13, 2024
1 parent 23b0ca1 commit 69e8766
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 69e8766

Please sign in to comment.