Skip to content

Commit d836b68

Browse files
authored
Merge pull request #1064 from fluxcd/ci-remove-darwin
ci: Remove the macOS runner
2 parents ae55569 + e0eb0aa commit d836b68

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

Diff for: .github/workflows/tests.yaml

-29
Original file line numberDiff line numberDiff line change
@@ -64,32 +64,3 @@ jobs:
6464
# current issue is resolved.
6565
GO_TEST_ARGS: ''
6666
run: make test
67-
68-
# Runs 'make test' on MacOS to ensure the continuous support for contributors
69-
# using it as a development environment.
70-
darwin-amd64:
71-
strategy:
72-
matrix:
73-
os: [macos-12]
74-
fail-fast: false
75-
runs-on: ${{ matrix.os }}
76-
steps:
77-
- name: Checkout
78-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
79-
- name: Setup Go
80-
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
81-
with:
82-
go-version: 1.20.x
83-
cache-dependency-path: |
84-
**/go.sum
85-
**/go.mod
86-
- name: Install and configure Docker using colima
87-
# Ref: https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running
88-
run: |
89-
brew install docker
90-
colima start
91-
echo "DOCKER_HOST=unix://$HOME/.colima/default/docker.sock" >> $GITHUB_ENV
92-
- name: Run tests
93-
run: make test
94-
env:
95-
SKIP_COSIGN_VERIFICATION: true

0 commit comments

Comments
 (0)