Skip to content

Commit

Permalink
build: remove macos from build matrix (no plattform specific code)
Browse files Browse the repository at this point in the history
  • Loading branch information
halimath committed Apr 14, 2024
1 parent 7fa6871 commit a54c98c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ on:
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.18', '1.19', '1.20', '1.21', '1.22']
env:
VERBOSE: 1
Expand Down

0 comments on commit a54c98c

Please sign in to comment.