Skip to content

Commit

Permalink
Merge pull request #35 from Nirma/update/buildsettings
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
Nirma authored Oct 31, 2024
2 parents 26c0154 + 25fb062 commit fb2dd19
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 fb2dd19

Please sign in to comment.