ubuntu2404

This commit is contained in:
Serhii Snitsaruk 2024-11-18 01:57:25 +01:00
parent 8b0caa0427
commit c1073b4cec
No known key found for this signature in database
GPG Key ID: A965EF8799FFEC2D
2 changed files with 11 additions and 11 deletions

View File

@ -11,17 +11,17 @@ runs:
if: inputs.arch == 'x86_64' if: inputs.arch == 'x86_64'
shell: bash shell: bash
run: | run: |
sudo apt-get install gcc-mingw-w64 g++-mingw-w64-x86-64 sudo apt-get install g++-mingw-w64-x86-64-posix
sudo update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix # sudo update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix
sudo update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix # sudo update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
- name: Set up MinGW for x86_32 - name: Set up MinGW for x86_32
if: inputs.arch == 'x86_32' if: inputs.arch == 'x86_32'
shell: bash shell: bash
run: | run: |
sudo apt-get install gcc-mingw-w64 g++-mingw-w64-i686 sudo apt-get install g++-mingw-w64-i686-posix
sudo update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix # sudo update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix # sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
- name: Set up LLVM MinGW for arm64 - name: Set up LLVM MinGW for arm64
if: inputs.arch == 'arm64' if: inputs.arch == 'arm64'

View File

@ -40,7 +40,7 @@ env:
jobs: jobs:
windows-builds: windows-builds:
runs-on: "ubuntu-20.04" runs-on: "ubuntu-24.04"
name: ${{ matrix.opts.name }} name: ${{ matrix.opts.name }}
strategy: strategy:
fail-fast: false fail-fast: false
@ -221,10 +221,10 @@ jobs:
with: with:
path: ${{github.workspace}}/.scons_cache/ path: ${{github.workspace}}/.scons_cache/
key: ${{env.BIN}}-${{inputs.godot-ref}}-${{inputs.limboai-ref}}-${{env.LIMBOAI_VERSION}} key: ${{env.BIN}}-${{inputs.godot-ref}}-${{inputs.limboai-ref}}-${{env.LIMBOAI_VERSION}}
restore-keys: | # restore-keys: |
${{env.BIN}}-${{inputs.godot-ref}}-${{inputs.limboai-ref}}-${{env.LIMBOAI_VERSION}} # ${{env.BIN}}-${{inputs.godot-ref}}-${{inputs.limboai-ref}}-${{env.LIMBOAI_VERSION}}
${{env.BIN}}-${{inputs.godot-ref}}-${{inputs.limboai-ref}} # ${{env.BIN}}-${{inputs.godot-ref}}-${{inputs.limboai-ref}}
${{env.BIN}}-${{inputs.godot-ref}} # ${{env.BIN}}-${{inputs.godot-ref}}
- name: Compilation - name: Compilation
env: env: