Skip to content

Commit

Permalink
Disable ubuntu1804 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMirzayanov committed Sep 4, 2023
1 parent e9d3695 commit 8884fb8
Show file tree
Hide file tree
Showing 10 changed files with 1,459 additions and 274 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:

jobs:
tests-ubuntu1804-gpp:
if: false # Disabled job
strategy:
matrix:
os: [ubuntu-18.04]
Expand All @@ -34,6 +35,7 @@ jobs:
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }}
tests-ubuntu1804-clang:
if: false # Disabled job
strategy:
matrix:
os: [ubuntu-18.04]
Expand Down Expand Up @@ -79,6 +81,7 @@ jobs:
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }}
tests-ubuntu1804-gpp-32:
if: false # Disabled job
strategy:
matrix:
os: [ubuntu-18.04]
Expand All @@ -95,6 +98,7 @@ jobs:
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
tests-ubuntu1804-clang-32:
if: false # Disabled job
strategy:
matrix:
os: [ubuntu-18.04]
Expand Down
Binary file removed tests/lib/msvc-2017-include.7z
Binary file not shown.
Binary file removed tests/lib/msvc-2022-include.7z
Binary file not shown.
Loading

0 comments on commit 8884fb8

Please sign in to comment.