diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4f44e4f..4a06ba39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,13 +5,13 @@ on: [push, pull_request] jobs: hemtt: name: HEMTT - runs-on: ubuntu-latest + runs-on: windows-latest steps: - name: Checkout repo uses: actions/checkout@v2 - name: Build with HEMTT - uses: gruppe-adler/action-release-with-hemtt@1.1.3 + uses: gruppe-adler/action-release-with-hemtt@2.1.1 id: build - name: Upload artifact