From d7617cc2b71bdd9de793d36c1b967c1215fb21d4 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 10 Jun 2025 21:02:03 +0100 Subject: build: Pin ios github action to macos-15 to comply with apple's requirement for min ios SDK --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index dcea97b8..5062b414 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-15 steps: - name: Setup repo uses: actions/checkout@v4 -- cgit v1.2.3-70-g09d2