Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Bump macOS runners to macos-14 #3315

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run-script: ./goyek.sh -v ci
- os: windows-2022
run-script: .\goyek.ps1 -v -skip-docker ci
- os: macos-11
- os: macos-14
run-script: ./goyek.sh -v -skip-docker ci
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -54,16 +54,7 @@ jobs:
go-version:
- '1.21'
- '1.22'
os: [ubuntu-20.04, windows-2022, macos-11]
# GitHub Actions does not support arm* architectures on default
# runners. It is possible to accomplish this with a self-hosted runner
# if we want to add this in the future:
# https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow
arch: ["386", amd64]
exclude:
# Not a supported Go OS/architecture.
- os: macos-11
arch: "386"
os: [ubuntu-20.04, windows-2022, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
Expand All @@ -72,5 +63,3 @@ jobs:
go-version: ${{ matrix.go-version }}
check-latest: true
- run: make test-short
env:
GOARCH: ${{ matrix.arch }}
Loading