diff options
| author | MohamedBassem <me@mbassem.com> | 2025-06-10 21:02:03 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2025-06-10 21:02:03 +0100 |
| commit | d7617cc2b71bdd9de793d36c1b967c1215fb21d4 (patch) | |
| tree | 7bcc1769f572dd221b10c5c7baebec7d9443d46d /.github/workflows/ios.yml | |
| parent | 675ed5c3110417e7119557480e4b89bda2624b93 (diff) | |
| download | karakeep-d7617cc2b71bdd9de793d36c1b967c1215fb21d4.tar.zst | |
build: Pin ios github action to macos-15 to comply with apple's
requirement for min ios SDK
Diffstat (limited to '.github/workflows/ios.yml')
| -rw-r--r-- | .github/workflows/ios.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
