Skip to content

Commit

Permalink
get rid of self-hosted macos
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Nov 6, 2023
1 parent 4de53ae commit 7d0fd4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- name: Run Test Suite
run: make lint test
macos:
runs-on: macos-latest
strategy:
matrix:
runs-on: macos-latest
go:
- '1.19'
runs-on: ${{ matrix.runs-on }}
name: macOS Go ${{ matrix.go }} ${{ join(matrix.runs-on, ' ') }}
name: macOS Go ${{ matrix.go }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 7d0fd4c

Please sign in to comment.