reenable appimage build on ubuntu 24.04 (#9458)

* reenable appimage build on ubuntu 24.04

* update TIFF

* fix build error
This commit is contained in:
SoftFever 2025-04-24 08:13:15 +08:00 committed by GitHub
parent e2b16f527a
commit 54a5ac9235
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View file

@ -49,9 +49,9 @@ jobs:
fail-fast: false
matrix:
include:
# Deprecate appimage
# Deprecate 20.04appimage
# - os: ubuntu-20.04
# - os: ubuntu-24.04
- os: ubuntu-24.04
- os: windows-latest
- os: macos-14
arch: arm64

View file

@ -267,7 +267,7 @@ jobs:
chmod +x ./build/OrcaSlicer_Linux_AppImage${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage
- name: Build orca_custom_preset_tests
if: github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-20.04'
if: github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-24.04'
working-directory: ${{ github.workspace }}/build/src
shell: bash
run: |