diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fab435..23fd923 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: target: "x86_64-apple-darwin" pkg_target: "latest-macos-x64" nodecar_script: "build:mac-x86_64" - - platform: "ubuntu-latest" + - platform: "ubuntu-22.04" args: "--target x86_64-unknown-linux-gnu --verbose" arch: "x86_64" target: "x86_64-unknown-linux-gnu" @@ -122,7 +122,7 @@ jobs: targets: ${{ matrix.target }} - name: Install dependencies (Ubuntu only) - if: matrix.platform == 'ubuntu-latest' || matrix.platform == 'ubuntu-22.04-arm' + if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm' run: | sudo apt-get update sudo apt-get install -y libwebkit2gtk-4.1-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev pkg-config xdg-utils diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 3119902..85214a2 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -77,7 +77,7 @@ jobs: target: "x86_64-apple-darwin" pkg_target: "latest-macos-x64" nodecar_script: "build:mac-x86_64" - - platform: "ubuntu-latest" + - platform: "ubuntu-22.04" args: "--target x86_64-unknown-linux-gnu --verbose" arch: "x86_64" target: "x86_64-unknown-linux-gnu" @@ -121,7 +121,7 @@ jobs: targets: ${{ matrix.target }} - name: Install dependencies (Ubuntu only) - if: matrix.platform == 'ubuntu-latest' || matrix.platform == 'ubuntu-22.04-arm' + if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm' run: | sudo apt-get update sudo apt-get install -y libwebkit2gtk-4.1-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev pkg-config xdg-utils