From 5c0633f17320f9c4cb694f36239564b40412d6ea Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Tue, 22 Dec 2020 15:32:23 +0100 Subject: only Linux is supported --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6232e50..0a6d92f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 -- cgit v1.2.3