Skip to content

Commit

Permalink
Use Xcode 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhowes committed Nov 13, 2024
1 parent bb07708 commit c240bb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Select Xcode 16.1
run: ls -l /Applications && sudo xcode-select -s /Applications/Xcode_16.1.app
- name: Build, test, and code coverage
run: make
run: env && make
- name: Create Coverage Badge
uses: schneegans/dynamic-badges-action@v1.1.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_UPDATE }}
gistID: 4739895cbf46573cc4b63ab776c74899
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ WD.xcresult
cov.txt
coverage.txt
percentage.txt
.DerivedData-iOS

## Playgrounds
timeline.xctimeline
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PLATFORM_IOS = iOS Simulator,name=iPhone 14 Pro
PLATFORM_IOS = iOS Simulator,name=iPad mini (A17 Pro)
SCHEME = JoyStickView App
DOCC_DIR = ./docs
QUIET = -quiet
Expand Down

0 comments on commit c240bb6

Please sign in to comment.