diff --git a/.github/workflows/CMakeBuildLinux.yml b/.github/workflows/CMakeBuildLinux.yml index 081472e..88a98c0 100644 --- a/.github/workflows/CMakeBuildLinux.yml +++ b/.github/workflows/CMakeBuildLinux.yml @@ -17,7 +17,7 @@ env: jobs: BuildForLinux: name: '🐧 Build for Linux' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 @@ -120,6 +120,4 @@ jobs: #asset_name: ${{env.UNIXNAME}}-Linux-x86_64-v${{github.run_number}}.AppImage overwrite: true prerelease: false - body: "Generated Automatically by Github Actions" - - + body: "Generated Automatically by Github Actions" \ No newline at end of file