Skip to content

Commit

Permalink
eliminate windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yaito3014 committed Aug 12, 2024
1 parent eb917f7 commit 85c5a85
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Multi-Platform Test
name: Single-Platform Test

on:
push:
Expand All @@ -14,16 +14,9 @@ jobs:
fail-fast: false

matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
build_type: [Release]
compiler: [g++, clang++, cl]
exclude:
- os: ubuntu-latest
compiler: cl
- os: windows-latest
compiler: g++
- os: windows-latest
compiler: clang++
compiler: [g++, clang++]

steps:
- uses: actions/checkout@v4
Expand All @@ -34,8 +27,8 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install Boost
run: sudo apt update && sudo apt-get install libboost-test-dev
- name: Install Deps
run: sudo apt update && sudo apt-get install g++ clang libboost-test-dev

- name: Configure CMake
run: >
Expand Down

0 comments on commit 85c5a85

Please sign in to comment.