Skip to content

Commit

Permalink
CI: try a different way to access variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
player-03 committed Jan 16, 2024
1 parent 81e2d42 commit 5532882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ jobs:
needs: package-haxelib
strategy:
matrix:
os: [env.WINDOWS_VERSION, env.LINUX_VERSION, env.MACOS_VERSION]
os: ["${{ env.WINDOWS_VERSION }}", "${{ env.LINUX_VERSION }}", "${{ env.MACOS_VERSION }}"]
runs-on: ${{ matrix.os }}
steps:

Expand Down Expand Up @@ -744,7 +744,7 @@ jobs:
strategy:
matrix:
haxe-version: [3.4.7, 4.0.5, 4.1.5, 4.2.5, 4.3.1]
os: [env.WINDOWS_VERSION, env.LINUX_VERSION, env.MACOS_VERSION]
os: ["${{ env.WINDOWS_VERSION }}", "${{ env.LINUX_VERSION }}", "${{ env.MACOS_VERSION }}"]
runs-on: ${{ matrix.os }}
steps:

Expand Down

0 comments on commit 5532882

Please sign in to comment.