diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 1e138c7..2e50c08 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -6,7 +6,7 @@ on: jobs: ubuntu-latest: - runs-on: ${{ github.job }} + runs-on: ubuntu-latest env: OUTPUT: fd_lib-${{ github.job }} PDPATH: resources/pure-data @@ -35,7 +35,7 @@ jobs: macos-latest: - runs-on: ${{ github.job }} + runs-on: macos-latest env: OUTPUT: fd_lib-${{ github.job }} PDPATH: resources/pure-data @@ -64,7 +64,7 @@ jobs: windows-latest: - runs-on: ${{ github.job }} + runs-on: windows-latest env: OUTPUT: fd_lib-${{ github.job }} steps: