diff options
author | Itay Grudev <itay+89bf5c@grudev.com> | 2020-01-03 10:58:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 10:58:16 +0000 |
commit | e7e31208af8a09a6134988d3f7cbedbcf76e1dda (patch) | |
tree | ba267d213cab283def8dc3694f3899ddb7507f9f /.github/workflows | |
parent | GitHub Actions Multiple platforms support (diff) | |
download | singleapplication-e7e31208af8a09a6134988d3f7cbedbcf76e1dda.tar.xz |
GitHub Actions - Testing without Windows
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build-linux-cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-linux-cmake.yml b/.github/workflows/build-linux-cmake.yml index 4913947..496a24c 100644 --- a/.github/workflows/build-linux-cmake.yml +++ b/.github/workflows/build-linux-cmake.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: qt_version: [5.11.3, 5.12.6, 5.14.0] - platform: [ubuntu-latest, windows-latest, macos-latest] + platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} |