diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfe3c6e..f89a213 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: # macOS x64 Intel macos-intel-x64: - runs-on: macos-13 + runs-on: macos-15-large name: macOS x64 Intel (Clang) steps: - name: Checkout @@ -148,20 +148,6 @@ jobs: run: | .\build\Release\loader_example.exe models\Cube\Cube.gltf - - name: Setup MSVC environment - uses: ilammy/msvc-dev-cmd@v1 - - - name: Build unit tests - run: | - cd tests - cl /std:c++14 /I.. /EHsc /Fe:tester.exe tester.cc - shell: cmd - - - name: Run unit tests - run: | - cd tests - .\tester.exe - # Windows x86 - MSVC (build only) windows-msvc-x86: runs-on: windows-latest