From bbe01897e240a0f455585930e4be71551b06334b Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 5 Apr 2026 15:51:32 -0500 Subject: [PATCH] fix(ci): move BitcoinUI workflows to macos-26 --- .github/workflows/format.yml | 2 +- .github/workflows/swift.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index f887e14..b19986a 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -8,7 +8,7 @@ on: jobs: swift_format: name: swift-format - runs-on: macos-14 + runs-on: macos-26 steps: - uses: actions/checkout@v2 - name: Install diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index e484755..0260492 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -9,12 +9,10 @@ on: jobs: build: - runs-on: macos-14 + runs-on: macos-26 steps: - uses: actions/checkout@v2 - - name: Force Xcode 15 - run: sudo xcode-select -switch /Applications/Xcode_15.2.app # - name: Build # run: xcodebuild -scheme WalletUI -sdk iphoneos # - name: Run tests