From 86442540ed5255c3ecb3caa25ab027e6aae6d5f8 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 21 May 2021 12:15:30 +0200 Subject: [PATCH] Adding macos to the build matrix --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8bc5809..9fb48564 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,10 +10,10 @@ jobs: matrix: include: - os: ubuntu-latest - runtime: linux-x64 name: Linux + - os: macOS-latests + name: MacOS - os: windows-latest - runtime: win-x64 name: Windows steps: - uses: actions/checkout@v1 @@ -31,4 +31,4 @@ jobs: - name: CheckBinaryName shell: bash if: matrix.name == 'Linux' - run: test -f build/bomberman \ No newline at end of file + run: test -f build/bomberman