Skip to content

Commit

Permalink
fix runs-on var
Browse files Browse the repository at this point in the history
  • Loading branch information
fdch committed Jun 18, 2023
1 parent 6abb66f commit 3d417d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:


windows-latest:
runs-on: ${{ github.job }}
runs-on: windows-latest
env:
OUTPUT: fd_lib-${{ github.job }}
steps:
Expand Down

0 comments on commit 3d417d1

Please sign in to comment.