Skip to content

Commit

Permalink
Fix GitHub Actions Node.js runtime deprecation warning in macOS relea…
Browse files Browse the repository at this point in the history
…se build workflow
  • Loading branch information
BrettDong authored Apr 8, 2024
1 parent a1e69f1 commit 4b1dbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
uses: mymindstorm/setup-emsdk@v13
- name: Install runtime dependencies (mac)
if: runner.os == 'macOS'
uses: BrettDong/setup-sdl2-frameworks@v1
uses: BrettDong/setup-sdl2-frameworks@v2
with:
sdl2: latest
sdl2-ttf: latest
Expand Down

0 comments on commit 4b1dbf3

Please sign in to comment.