We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc05828 + c99b202 commit 2f61118Copy full SHA for 2f61118
1 file changed
.github/workflows/CMakeBuildLinux.yml
@@ -17,7 +17,7 @@ env:
17
jobs:
18
BuildForLinux:
19
name: '🐧 Build for Linux'
20
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
21
22
steps:
23
- uses: actions/checkout@v3
@@ -120,6 +120,4 @@ jobs:
120
#asset_name: ${{env.UNIXNAME}}-Linux-x86_64-v${{github.run_number}}.AppImage
121
overwrite: true
122
prerelease: false
123
- body: "Generated Automatically by Github Actions"
124
-
125
+ body: "Generated Automatically by Github Actions"
0 commit comments