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