Adding macos to the build matrix

This commit is contained in:
Zoe Roux
2021-05-21 12:15:30 +02:00
parent 4d19e0dfc5
commit 86442540ed
+3 -3
View File
@@ -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
run: test -f build/bomberman