From bfd7d4df3410765d8af3eb00456d7872b0f647b8 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Mon, 16 Feb 2026 15:23:30 +0100 Subject: [PATCH] Update runner for iOS build test --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 060b4f7..2c00b32 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -85,7 +85,7 @@ jobs: test-ios: name: Test iOS (Only build) - runs-on: macOS-13 + runs-on: macos-latest steps: - uses: actions/checkout@v5 with: