Skip to content

Commit

Permalink
Upgrade engine builder (#179)
Browse files Browse the repository at this point in the history
* fix engine compilation version to GCC 13 and a higher version of GLIBC...

* fix static checks
  • Loading branch information
RevoluPowered authored May 15, 2024
1 parent c38e0e1 commit 894a518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
path: ./godot-engine/bin/${{ matrix.artifact-name }}.zip
destination: ${{ matrix.bucket-name }}/${{steps.vars.outputs.sha_short}}/
build-linux:
runs-on: ${{ inputs.self-hosted-runner && 'linux-mirror' || 'ubuntu-20.04' }}
runs-on: ${{ inputs.self-hosted-runner && 'linux-mirror' || 'ubuntu-22.04' }}
name: ${{ matrix.name }}
environment: ${{ inputs.environment }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion mirror-godot-app/dummy.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
this file is used to force a rebuild in github actions.
this file is used to force a rebuild in github actions.

0 comments on commit 894a518

Please sign in to comment.