Skip to content

Commit 24e0904

Browse files
committed
actions: update environment
Signed-off-by: Nick Chan <towinchenmi@gmail.com>
1 parent 57c5d7e commit 24e0904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
gnu_triple: aarch64-apple-darwin
7373
os: iphoneos
7474
minos: 7.0
75-
runs-on: macos-12
75+
runs-on: macos-15
7676
env:
7777
MBEDTLS_VERSION: 3.5.2
7878
READLINE_VERSION: 8.2
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Select correct Xcode
104104
run: |
105-
sudo xcode-select -s /Applications/Xcode_14.2.app
105+
sudo xcode-select -s /Applications/Xcode_16.2.app
106106
107107
- name: Setup environment
108108
run: |

0 commit comments

Comments
 (0)