Skip to content

Commit

Permalink
Update test runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Sep 16, 2022
1 parent e234c7e commit 8745276
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ on:

jobs:
macos:
runs-on: macos-latest
strategy:
matrix:
os: [macos-latest, macos-12]
go: ['1.14', '1.15']
name: macOS Go${{ matrix.go }}
runs-on: ${{ matrix.os }}
name: macOS Go${{ matrix.go }} on ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/otiai10/gosseract/v2

go 1.14
go 1.18

require github.com/otiai10/mint v1.3.3

0 comments on commit 8745276

Please sign in to comment.