Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingRobot authored Jan 19, 2025
1 parent ef18445 commit 33d9d69
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
build-preset: [debug, release]
include:
- configure-preset: msvc
os: windows-2022
os: windows-latest
- configure-preset: clang-cl
os: windows-2022
os: windows-latest
- configure-preset: clang
os: ubuntu-latest
- configure-preset: gcc
Expand All @@ -101,11 +101,6 @@ jobs:
with:
ref: ${{github.ref}}

- name: "[Ubuntu] Remove GCC 13 from runner image"
uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
with:
os: ${{matrix.os}}

- name: Get CMake
uses: lukka/get-cmake@latest

Expand Down

0 comments on commit 33d9d69

Please sign in to comment.