Skip to content

Commit

Permalink
[ci] Bump macos and xcode (#9225)
Browse files Browse the repository at this point in the history
Summary:
Following advice in maxim-lobanov/setup-xcode#89

Pull Request resolved: #9225

Reviewed By: gkz

Differential Revision: D65954670

Pulled By: SamChou19815

fbshipit-source-id: f0e320df095bb5f41d6e7bd006a52b324edcdbd2
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Nov 14, 2024
1 parent efcd4dc commit d6c87a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,13 +373,13 @@ jobs:
- name: Run tests
run: ./runtests.sh bin/macos/flow
runtests_macos_arm:
runs-on: macos-14
runs-on: macos-15
needs:
- build_macos_arm64
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.3.1'
xcode-version: '16.1.0'
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
Expand All @@ -404,13 +404,13 @@ jobs:
- name: Run tool tests
run: ./tool test -p 4 --bin bin/linux/flow
tool_test_macos:
runs-on: macos-14
runs-on: macos-15
needs:
- build_macos_arm64
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.3.1'
xcode-version: '16.1.0'
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit d6c87a9

Please sign in to comment.