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 (#72909)
  • Loading branch information
BrettDong authored Apr 9, 2024
1 parent ac2d4a7 commit 8b99255
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 8b99255

Please sign in to comment.