From c95651b9e2901102c99e9707afd6f23a8f1869e9 Mon Sep 17 00:00:00 2001 From: Brad Howes Date: Wed, 10 Jan 2024 21:48:51 +0100 Subject: [PATCH] Updated CI --- .github/workflows/CI.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 637e51a..292ed20 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 diff --git a/Makefile b/Makefile index 9e9b582..d1c2b70 100644 --- a/Makefile +++ b/Makefile @@ -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