Skip to content

Commit

Permalink
ghactions: Don't run tests on macos 11
Browse files Browse the repository at this point in the history
The newly added e2e tests will fail on macos 11.
it's 3 major releases behind (macos 14 was released a few months ago),
I prefer not to spend too much time on it for now.
  • Loading branch information
cfergeau committed Jan 23, 2024
1 parent ac53003 commit dba7abb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Build
run: make
- name: Test
if: ${{ matrix.os }} != 'macOS-11'
run: make test
- name: vet
run: go vet ./...
Expand Down

0 comments on commit dba7abb

Please sign in to comment.