diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3ccbf06..7925db0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest] + platform: [ubuntu-20.04] runs-on: ${{ matrix.platform }} steps: @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies (ubuntu only) - if: matrix.platform == 'ubuntu-latest' + if: matrix.platform == 'ubuntu-20.04' run: | sudo apt-get update sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev @@ -49,4 +49,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: note.rs_${{runner.os}} - path: 'src-tauri/target/release/bundle/appimage/*.AppImage' \ No newline at end of file + path: 'src-tauri/target/release/bundle/appimage/*.AppImage'