Skip to content

Commit 1deee2d

Browse files
authored
Merge pull request #1120 from kiwix/update-to-mac14-xcode16.2
Update to macOS 14
2 parents 820869b + bff724f commit 1deee2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
platform: [iOS, macOS]
5050
destination: [app-store, ftp]
51-
runs-on: macos-13
51+
runs-on: macos-14
5252

5353
steps:
5454

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: true
1717
build:
1818
needs: authorize
19-
runs-on: macos-13
19+
runs-on: macos-14
2020
env:
2121
EXTRA_XCODEBUILD: ""
2222
APPLE_STORE_AUTH_KEY_PATH: /tmp/authkey.p8

0 commit comments

Comments
 (0)