We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773fc11 commit 46b5b69Copy full SHA for 46b5b69
.github/workflows/build-linux.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
build-linux:
14
- runs-on: ubuntu-20.04 # LTS for better compatibility
+ runs-on: ubuntu-24.04 # LTS for better compatibility
15
16
steps:
17
- name: Checkout code
@@ -295,4 +295,4 @@ jobs:
295
echo "Architecture: x86_64"
296
echo "Packages created:"
297
ls -1 fujisan_*.deb fujisan-*-linux-x64.tar.gz 2>/dev/null || echo "No packages found"
298
- echo "Build completed successfully!"
+ echo "Build completed successfully!"
0 commit comments