From ad84483658fd81288d51987b62ef41d6cb092b0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:43:28 +0000 Subject: [PATCH 1/4] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_test.yaml | 2 +- .github/workflows/docs.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/zizmor.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 4ba4b3f..6a56e59 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -15,7 +15,7 @@ jobs: runs-on: macos-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Set up XCode diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 4ea7b2d..8744c3f 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -13,7 +13,7 @@ jobs: name: Build runs-on: macos-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Set up XCode diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6dc7757..e26b597 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index 4f94ff2..5c8f4ad 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -17,7 +17,7 @@ jobs: security-events: write # Needed to upload findings as code scanning results. steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false From 35f2b11a980972d7bc05124c85c718d6d858ffd6 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Mon, 29 Jun 2026 09:30:20 +0200 Subject: [PATCH 2/4] Update simulator target to iPhone 17 --- .github/workflows/build_and_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 6a56e59..1d39ebd 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -32,10 +32,10 @@ jobs: run: xcrun xctrace list devices - name: Test on iOS simulator - run: xcodebuild test -scheme PowerSync-Package -destination "platform=iOS Simulator,name=iPhone 16" + run: xcodebuild test -scheme PowerSync-Package -destination "platform=iOS Simulator,name=iPhone 17" - name: Test on macOS simulator run: xcodebuild test -scheme PowerSync-Package -destination "platform=macOS,arch=arm64,name=My Mac" - name: Test on watchOS simulator - run: xcodebuild test -scheme PowerSync-Package -destination "platform=watchOS Simulator,arch=arm64,name=Apple Watch Ultra 2 (49mm)" + run: xcodebuild test -scheme PowerSync-Package -destination "platform=watchOS Simulator,arch=arm64,name=Apple Watch Ultra" - name: Test on tvOS simulator run: xcodebuild test -scheme PowerSync-Package -destination "platform=tvOS Simulator,arch=arm64,name=Apple TV" From 3cf9a952aa11e48476f6d891346349b958091d2f Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Mon, 29 Jun 2026 09:47:17 +0200 Subject: [PATCH 3/4] Fix Apple watch simulator name too --- .github/workflows/build_and_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 1d39ebd..d2ec889 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -33,9 +33,9 @@ jobs: - name: Test on iOS simulator run: xcodebuild test -scheme PowerSync-Package -destination "platform=iOS Simulator,name=iPhone 17" - - name: Test on macOS simulator + - name: Test on macOS run: xcodebuild test -scheme PowerSync-Package -destination "platform=macOS,arch=arm64,name=My Mac" - name: Test on watchOS simulator - run: xcodebuild test -scheme PowerSync-Package -destination "platform=watchOS Simulator,arch=arm64,name=Apple Watch Ultra" + run: xcodebuild test -scheme PowerSync-Package -destination "platform=watchOS Simulator,arch=arm64,name=Apple Watch Ultra 3" - name: Test on tvOS simulator run: xcodebuild test -scheme PowerSync-Package -destination "platform=tvOS Simulator,arch=arm64,name=Apple TV" From 6c821533f2b8f0f0d5e9f2b637256d0b60179eeb Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Mon, 29 Jun 2026 10:08:49 +0200 Subject: [PATCH 4/4] ugh --- .github/workflows/build_and_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index d2ec889..b2d1c36 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -36,6 +36,6 @@ jobs: - name: Test on macOS run: xcodebuild test -scheme PowerSync-Package -destination "platform=macOS,arch=arm64,name=My Mac" - name: Test on watchOS simulator - run: xcodebuild test -scheme PowerSync-Package -destination "platform=watchOS Simulator,arch=arm64,name=Apple Watch Ultra 3" + run: xcodebuild test -scheme PowerSync-Package -destination "platform=watchOS Simulator,arch=arm64,name=Apple Watch Ultra 3 (49mm)" - name: Test on tvOS simulator run: xcodebuild test -scheme PowerSync-Package -destination "platform=tvOS Simulator,arch=arm64,name=Apple TV"