Skip to content

Commit 176027e

Browse files
authored
Add Windows-2025, macos-15-intel, Debian Trixie and migrate others (#1296)
* Add macOS_15 (x64) and Debian Trixie * Update OpenSSL/CMake * Update OpenSSL path * Update Lunasvg to 3.5.0 * Switch Windows build to Toolkit * Switch runner to windows-2025 * Rename job * Update build manual * Simplified Github Action yamls * Change Arch Linux version tag to latest * Update actions to newer version before merge with master branch * Simplified
1 parent 33661d0 commit 176027e

File tree

15 files changed

+215
-279
lines changed

15 files changed

+215
-279
lines changed

.github/workflows/image-builder-from-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
env:
1616
HYPERHDR_DEB: 'https://github.com/awawa-dev/HyperHDR/releases/download/v${{ github.event.inputs.tags }}/HyperHDR-${{ github.event.inputs.tags }}-Linux-${{ github.event.inputs.architecture }}.deb'
1717

.github/workflows/image-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
build:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
env:
2121
HYPERHDR_DEB: 'https://github.com/awawa-dev/HyperHDR/releases/download/v${{ github.event.inputs.tags }}/HyperHDR-${{ github.event.inputs.tags }}-Linux-${{ github.event.inputs.architecture }}.deb'
2222

0 commit comments

Comments
 (0)