Skip to content

Commit

Permalink
for now, moving to build runner macos-13 supporting x64
Browse files Browse the repository at this point in the history
  • Loading branch information
v-jameslongo committed Aug 12, 2024
1 parent ac470e6 commit 56ff878
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
#os: [windows-latest, ubuntu-latest, macos-latest-large]
os: [ubuntu-latest, macos-latest-large] # Temporarily remove windows asan
#os: [windows-latest, ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-13] # Temporarily remove windows asan
preset: [vcpkg-asan-debug, vcpkg-ubsan-debug]
exclude:
# UBSan not supported by MSVC on Windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_rlclientlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
build-macos:
# Mac build doesn't have any additional features enabled
name: rlclientlib-${{ matrix.build_type }}-macos-latest
runs-on: macos-latest-large
runs-on: macos-13
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_vw_bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
config:
- { os: "windows-latest", vcpkg_target_triplet: "x64-windows-static" }
- { os: "ubuntu-latest", vcpkg_target_triplet: "x64-linux" }
- { os: "macos-latest-large", vcpkg_target_triplet: "x64-osx" }
- { os: "macos-13", vcpkg_target_triplet: "x64-osx" }
build:
# Set the appropriate static runtime for MSVC on Windows
# CMake ignores the CMAKE_MSVC_RUNTIME_LIBRARY option on other platforms
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet_nugets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
config:
- { os: "windows-latest", runtime_id: "win-x64", vcpkg_target_triplet: "x64-windows-static" }
- { os: "ubuntu-latest", runtime_id: "linux-x64", vcpkg_target_triplet: "x64-linux" }
- { os: "macos-latest-large", runtime_id: "osx-x64", vcpkg_target_triplet: "x64-osx" }
- { os: "macos-13", runtime_id: "osx-x64", vcpkg_target_triplet: "x64-osx" }
runs-on: ${{matrix.config.os}}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
config:
- { os: "windows-latest", runtime_id: "win-x64" }
- { os: "ubuntu-latest", runtime_id: "linux-x64" }
- { os: "macos-latest-large", runtime_id: "osx-x64" }
- { os: "macos-13", runtime_id: "osx-x64" }
runs-on: ${{matrix.config.os}}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest-large, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
preset: [vcpkg-debug, vcpkg-release]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 56ff878

Please sign in to comment.