From 8f14ca2aa0b2f0087d6c904e79ee65d88c70600b Mon Sep 17 00:00:00 2001 From: Michael Popoloski Date: Fri, 17 May 2024 21:21:30 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f227b3..e63c180 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - preset: gcc-10-release os: ubuntu-latest - preset: macos-release - os: macos-13 + os: macos-latest - preset: win64-release os: windows-latest - preset: win32-release @@ -39,10 +39,6 @@ jobs: sudo apt-get install -y g++-12 g++-10 clang-16 - uses: ilammy/msvc-dev-cmd@v1 if: matrix.os == 'windows-latest' - - uses: maxim-lobanov/setup-xcode@v1 - if: matrix.os == 'macos-13' - with: - xcode-version: 'latest' - uses: MarkusJx/install-boost@v2.4.5 id: install-boost with: