Skip to content

Commit

Permalink
macos: test build on go 1.23
Browse files Browse the repository at this point in the history
Add go 1.23 to the build matrix. Remove redundant install of gnupg.

Signed-off-by: Robin Jarry <[email protected]>
  • Loading branch information
rjarry committed Feb 5, 2025
1 parent 02324e9 commit 840ca53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
go:
- '1.21'
- '1.22'
- '1.23'
env:
DESTDIR: ./out
GOFLAGS: -tags=notmuch
Expand All @@ -17,9 +18,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
go-version: "${{ matrix.go }}"
check-latest: true
- run: brew install gnupg notmuch scdoc
- run: brew install notmuch scdoc
- run: |
cat >> "$GITHUB_ENV" <<EOF
CGO_CFLAGS=-I$(brew --prefix)/include
Expand Down

0 comments on commit 840ca53

Please sign in to comment.