Skip to content

Commit

Permalink
Merge pull request #273 from estesp/update-runners
Browse files Browse the repository at this point in the history
Update macos and ubuntu runners
  • Loading branch information
estesp authored Nov 6, 2024
2 parents 5d929f8 + 963b795 commit 3fe3e4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

build:
name: Build binaries
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [check]
timeout-minutes: 10

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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]

Expand Down

0 comments on commit 3fe3e4a

Please sign in to comment.