diff --git a/.github/workflows/love.yml b/.github/workflows/love.yml index 2415523..3de4397 100644 --- a/.github/workflows/love.yml +++ b/.github/workflows/love.yml @@ -1,4 +1,4 @@ -name: build & run tests (Win) +name: Build & Run tests (Windows/Love2d) on: push: @@ -13,7 +13,7 @@ jobs: runs-on: "windows-2019" steps: - uses: actions/checkout@v2 - - uses: nhartland/love-build@v1-beta2 + - uses: nhartland/love-build@v1-beta4 with: app_name: 'love_test' love_version: '11.4' diff --git a/.github/workflows/nix_ci.yml b/.github/workflows/nix_ci.yml index a36c4d3..386cd50 100644 --- a/.github/workflows/nix_ci.yml +++ b/.github/workflows/nix_ci.yml @@ -1,4 +1,4 @@ -name: build & run tests (NIX) +name: Build & Run tests Ubuntu on: push: