Skip to content

Commit

Permalink
[chore] Bump macOS runners to macos-14 (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Jul 9, 2024
1 parent 67538c2 commit 418f337
Showing 1 changed file with 2 additions and 13 deletions.
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 }}

0 comments on commit 418f337

Please sign in to comment.