Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
fail-fast: false
matrix:
config:
- { runs-on: windows-2019, toolset: v141_xp }
- { runs-on: windows-2022, toolset: v143 }
configuration: [Release, Debug]
steps:
Expand All @@ -52,7 +51,6 @@ jobs:

- name: Upload build artifact
uses: actions/upload-artifact@v4
if: matrix.config.toolset == 'v141_xp'
with:
name: openag-${{ runner.os }}-${{ matrix.configuration }}
path: build\${{ matrix.configuration }}\client.dll
Expand Down Expand Up @@ -117,7 +115,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y clang-${{ matrix.clang-ver }} g++-multilib libgl-dev ninja-build rapidjson-dev

- name: CMake generate
run: cmake -G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} -B build

Expand Down