Skip to content

Commit 46b5b69

Browse files
committed
Update linux action to 24.04
1 parent 773fc11 commit 46b5b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build-linux:
14-
runs-on: ubuntu-20.04 # LTS for better compatibility
14+
runs-on: ubuntu-24.04 # LTS for better compatibility
1515

1616
steps:
1717
- name: Checkout code
@@ -295,4 +295,4 @@ jobs:
295295
echo "Architecture: x86_64"
296296
echo "Packages created:"
297297
ls -1 fujisan_*.deb fujisan-*-linux-x64.tar.gz 2>/dev/null || echo "No packages found"
298-
echo "Build completed successfully!"
298+
echo "Build completed successfully!"

0 commit comments

Comments
 (0)