Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski authored May 18, 2024
1 parent cd0ea5a commit 8f14ca2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
id: install-boost
with:
Expand Down

0 comments on commit 8f14ca2

Please sign in to comment.