From 721571d1a46731a2808cd5e3cae3b76edd203e6b Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Tue, 4 Jul 2023 23:05:37 -0400 Subject: [PATCH] Use ubuntu for build --- .github/workflows/love.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/love.yml b/.github/workflows/love.yml index 3de4397..86b63e8 100644 --- a/.github/workflows/love.yml +++ b/.github/workflows/love.yml @@ -1,4 +1,4 @@ -name: Build & Run tests (Windows/Love2d) +name: Build & Run tests (Ubuntu/Love2d) on: push: @@ -10,7 +10,7 @@ jobs: build: strategy: fail-fast: false - runs-on: "windows-2019" + runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v2 - uses: nhartland/love-build@v1-beta4 @@ -20,4 +20,4 @@ jobs: source_dir: 'test' - name: Run Tests run: | - ./release/love_tests.exe \ No newline at end of file + ./release/love_tests \ No newline at end of file