We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bc6b8d + 1d398ae commit 0f1874fCopy full SHA for 0f1874f
.github/workflows/go-ci.yml
@@ -13,8 +13,8 @@ jobs:
13
macos:
14
strategy:
15
matrix:
16
- os: [macos-latest, macos-12]
17
- go: ['1.17', '1.18', '1.19']
+ os: [macos-latest, macos-13]
+ go: ['1.19', '1.20', '1.21']
18
runs-on: ${{ matrix.os }}
19
name: macOS Go${{ matrix.go }} on ${{ matrix.os }}
20
steps:
preprocessflags_x.go
@@ -3,6 +3,5 @@ package gosseract
3
// #cgo CXXFLAGS: -std=c++0x
4
// #cgo CPPFLAGS: -I/usr/local/include
5
// #cgo CPPFLAGS: -Wno-unused-result
6
-// #cgo darwin LDFLAGS: -L/usr/local/lib -llept -ltesseract
7
-// #cgo !darwin LDFLAGS: -L/usr/local/lib -lleptonica -ltesseract
+// #cgo LDFLAGS: -L/usr/local/lib -lleptonica -ltesseract
8
import "C"
0 commit comments