From 963b795dc3b9d59bffb45e007d769cf2bb0a9281 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Wed, 6 Nov 2024 08:52:49 -0800 Subject: [PATCH] Update macos and ubuntu runners Signed-off-by: Phil Estes --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 373e67b9..990837a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: go-version: [1.23.2] - os: [ubuntu-20.04, macos-12, windows-2019] + os: [ubuntu-22.04, macos-14, windows-2019] steps: - uses: actions/checkout@v4 @@ -102,7 +102,7 @@ jobs: strategy: matrix: - os: [ubuntu-20.04, macos-12, windows-2019] + os: [ubuntu-22.04, macos-14, windows-2019] steps: - uses: actions/setup-go@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb0d734f..67ad5428 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ name: manifest-tool Release jobs: check: name: Check Signed Tag - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 5 outputs: stringver: ${{ steps.contentrel.outputs.stringver }} @@ -50,7 +50,7 @@ jobs: build: name: Build binaries - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [check] timeout-minutes: 10 @@ -93,7 +93,7 @@ jobs: containers-lx: name: Build and push Linux release images - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [check] timeout-minutes: 30 @@ -187,7 +187,7 @@ jobs: container-assemble: name: Assemble and push multi-platform release image - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [containers-lx, containers-win] timeout-minutes: 15 @@ -242,7 +242,7 @@ jobs: release: name: Create manifest-tool Release - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 10 needs: [build, check]