Skip to content

Commit

Permalink
update build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirma committed Oct 31, 2024
1 parent 26c0154 commit 25fb062
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ on:
jobs:
smoke_test_build:
name: Smoke Test (Build only)
runs-on: macos-latest
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_16.app
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Build
run: xcodebuild
run: xcodebuild -scheme SFSymbol -target SFSymbol
- name: Test
run: xcodebuild test -scheme SFSymbol -target SFSymbolTests

0 comments on commit 25fb062

Please sign in to comment.