diff --git a/.github/workflows/install-release-all.yml b/.github/workflows/install-release-all.yml index d246ad7..3aa0648 100644 --- a/.github/workflows/install-release-all.yml +++ b/.github/workflows/install-release-all.yml @@ -14,7 +14,7 @@ jobs: target: aarch-apple-darwin - host: macos-11 target: x86_64-apple-darwin - - host: ubuntu-20.04 + - host: ubuntu-22.04 target: x86_64-unknown-linux-gnu - host: windows-2019 target: x86_64-pc-windows-msvc @@ -32,7 +32,7 @@ jobs: with: go-version: 'stable' - name: install dependencies (ubuntu only) - if: matrix.platforms.host == 'ubuntu-20.04' + if: matrix.platforms.host == 'ubuntu-22.04' run: | sudo apt-get update sudo apt-get install -y build-essential libssl-dev @@ -55,7 +55,7 @@ jobs: Copy-Item $HcPath -Destination binaries/hc-v${{ github.event.client_payload.hc_version }}-${{ matrix.platforms.target }}.exe - name: Build binaries (Linux & Macos only) - if: matrix.platforms.host == 'macos-11' || matrix.platforms.host == 'macos-13' || matrix.platforms.host == 'ubuntu-20.04' + if: matrix.platforms.host == 'macos-11' || matrix.platforms.host == 'macos-13' || matrix.platforms.host == 'ubuntu-22.04' run: | cargo install --version ${{ github.event.client_payload.lair_version }} lair_keystore LAIR_PATH=$(which lair-keystore)