diff --git a/.github/workflows/docker-release.yaml b/.github/workflows/docker-release.yaml index c3aa6c19d..606afb489 100644 --- a/.github/workflows/docker-release.yaml +++ b/.github/workflows/docker-release.yaml @@ -13,7 +13,7 @@ env: jobs: build: name: build and push - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest permissions: packages: write contents: read diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index be9d5990d..e4c0b6a18 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,10 +32,10 @@ jobs: ] include: - arch: aarch64-unknown-linux-gnu - platform: ubuntu-22.04 + platform: ubuntu-latest profile: maxperf - arch: x86_64-unknown-linux-gnu - platform: ubuntu-22.04 + platform: ubuntu-latest profile: maxperf - arch: x86_64-apple-darwin platform: macos-latest @@ -44,7 +44,7 @@ jobs: platform: macos-latest profile: maxperf - arch: x86_64-pc-windows-gnu - platform: ubuntu-22.04 + platform: ubuntu-latest profile: maxperf runs-on: ${{ matrix.platform }}