Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
remove golang 1.8/1.9/1.10 testing on macos, because macos-11 remove from hosted runner

https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/
  • Loading branch information
pkujhd authored Jul 27, 2024
1 parent e021003 commit b5789c1
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,15 @@ jobs:
- os: macos-latest
go-second-version: 15
include:
- os: macos-11
go-second-version: 8
- os: macos-11
go-second-version: 9
- os: macos-11
go-second-version: 10
- os: macos-11
- os: macos-12
go-second-version: 11
- os: macos-11
- os: macos-12
go-second-version: 12
- os: macos-11
- os: macos-12
go-second-version: 13
- os: macos-11
- os: macos-12
go-second-version: 14
- os: macos-11
- os: macos-12
go-second-version: 15
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit b5789c1

Please sign in to comment.