From ad619390e162188b6ac6efaf79290a26ef99ce99 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Mon, 27 Jul 2020 11:34:48 +0100 Subject: [PATCH] Run compile tests on macos (was ubuntu-18.04) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0028404..186cf22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,8 +65,8 @@ jobs: cargo test --release --features "${{ matrix.lua }} vendored" cargo test --release --features "${{ matrix.lua }} vendored async send" shell: bash - - name: Run compile tests - if: ${{ matrix.os == 'ubuntu-18.04' && matrix.lua == 'lua53' }} + - name: Run compile tests (macos lua53) + if: ${{ matrix.os == 'macos-latest' && matrix.lua == 'lua53' }} run: | cargo test --release --features "${{ matrix.lua }} vendored" -- --ignored cargo test --release --features "${{ matrix.lua }} vendored async send" -- --ignored