Skip to content

Commit f33845d

Browse files
authored
Use ubuntu 24.04
1 parent d1f4b64 commit f33845d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ on:
1010
jobs:
1111
version:
1212
name: Postman AppImage
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
steps:
1717
- uses: actions/checkout@v2
18+
- name: Install libfuse2
19+
run: sudo apt-get install -y libfuse2
1820
- name: Build
1921
id: build
2022
uses: valicm/appimage-bash@main

0 commit comments

Comments
 (0)