diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 4ba4b3f..b2d1c36 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 @@ -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" - - name: Test on macOS simulator + run: xcodebuild test -scheme PowerSync-Package -destination "platform=iOS Simulator,name=iPhone 17" + - 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 2 (49mm)" + 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" 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