Skip to content

Commit

Permalink
Build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvukhang committed Jun 8, 2024
1 parent 4ad087d commit a14b1df
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 31 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-12
arch: x86_64
# - os: macos-12
# arch: x86_64
# xcode: 14.2
- os: macos-13
arch: x86_64
xcode: 15.2
timeout-minutes: 5
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: git submodule update --init

# this build requires XCode >= 15.3 and hence will fail on CI until
# that requirement is met. For some reason, the KeyboardShortcuts
# package requires Package.resolved from that version of XCode, so our
# hands are tied
# - run: make build-${{ matrix.arch }}
- name: Select XCode version
run: |
sudo ls -1 /Applications | grep "Xcode"
XCODE='/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer'
sudo xcode-select -s $XCODE
- run: make build-${{ matrix.arch }}

This file was deleted.

This file was deleted.

0 comments on commit a14b1df

Please sign in to comment.