Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhowes committed Jan 10, 2024
1 parent 87dd02d commit c95651b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build, test, and code coverage
run: make
- name: Create Coverage Badge
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=iPhone 15 Pro
SCHEME = JoyStickView App
DOCC_DIR = ./docs
QUIET = -quiet
Expand Down

0 comments on commit c95651b

Please sign in to comment.