Skip to content

Commit c33adbe

Browse files
SamChou19815meta-codesync[bot]
authored andcommitted
[ci] Use newer macos runners (#9341)
Summary: <!-- If this is a change to library definitions, please include links to relevant documentation. If this is a documentation change, please prefix the title with [DOCS]. If this is neither, ensure you opened a discussion issue and link it in the PR description. --> Pull Request resolved: #9341 Reviewed By: SamChou19815 Differential Revision: D88765967 fbshipit-source-id: 6d0e1bd00bae1b77da4c63eacae4c638a67734db
1 parent a0ccb03 commit c33adbe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_and_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ jobs:
150150
path: |
151151
dist/flow-linux64-arm64.zip
152152
build_macos_arm64:
153-
runs-on: macos-13-xlarge
153+
runs-on: macos-15
154154
steps:
155155
- uses: actions/[email protected]
156156
- uses: maxim-lobanov/[email protected]
157157
with:
158-
xcode-version: '14.3.1'
158+
xcode-version: '16.4.0'
159159
- name: Update curl cacerts
160160
run: echo "cacert $GITHUB_WORKSPACE/.circleci/cacert.pem" >> ~/.curlrc
161161
- uses: ./.github/actions/install-opam-mac
@@ -292,7 +292,7 @@ jobs:
292292
steps:
293293
- uses: maxim-lobanov/[email protected]
294294
with:
295-
xcode-version: '16.1.0'
295+
xcode-version: '16.4.0'
296296
- uses: actions/[email protected]
297297
- uses: actions/[email protected]
298298
with:
@@ -323,7 +323,7 @@ jobs:
323323
steps:
324324
- uses: maxim-lobanov/[email protected]
325325
with:
326-
xcode-version: '16.1.0'
326+
xcode-version: '16.4.0'
327327
- uses: actions/[email protected]
328328
- uses: actions/[email protected]
329329
with:
@@ -385,12 +385,12 @@ jobs:
385385
- name: Run ounit tests
386386
run: opam exec -- make ounit-tests-ci
387387
ounit_test_macos:
388-
runs-on: macos-13-xlarge
388+
runs-on: macos-15
389389
steps:
390390
- uses: actions/[email protected]
391391
- uses: maxim-lobanov/[email protected]
392392
with:
393-
xcode-version: '14.3.1'
393+
xcode-version: '16.4.0'
394394
- name: Update curl cacerts
395395
run: echo "cacert $GITHUB_WORKSPACE/.circleci/cacert.pem" >> ~/.curlrc
396396
- uses: ./.github/actions/install-opam-mac

0 commit comments

Comments
 (0)