Skip to content

Commit 2f61118

Browse files
authored
Merge pull request #4 from alaamroue/master
fix linux pipeline
2 parents dc05828 + c99b202 commit 2f61118

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/CMakeBuildLinux.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
BuildForLinux:
1919
name: '🐧 Build for Linux'
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -120,6 +120,4 @@ jobs:
120120
#asset_name: ${{env.UNIXNAME}}-Linux-x86_64-v${{github.run_number}}.AppImage
121121
overwrite: true
122122
prerelease: false
123-
body: "Generated Automatically by Github Actions"
124-
125-
123+
body: "Generated Automatically by Github Actions"

0 commit comments

Comments
 (0)