Skip to content

Commit

Permalink
Update aseprite_build_deploy.yml
Browse files Browse the repository at this point in the history
change os config
  • Loading branch information
xcreeperz authored Feb 27, 2024
1 parent b2666df commit 51bfa2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aseprite_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
check-version:
name: Check latest Aseprite release
runs-on: ubuntu-latest
runs-on: windows-latest
outputs:
download_url: ${{ steps.version_info.outputs.download_url }}
latest_tag: ${{ steps.version_info.outputs.latest_tag }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
name: Build Aseprite
needs: check-version
if: ${{ needs.check-version.outputs.should_build }}
runs-on: ${{ matrix.os }}
runs-on: windows-latest
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macOS-latest]
Expand Down

0 comments on commit 51bfa2b

Please sign in to comment.