Skip to content

Commit

Permalink
ci: add macos-13 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
huskar-t committed Dec 3, 2024
1 parent 86c9837 commit d50b6fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,11 @@ jobs:
run: cd ./taosadapter && go build

test_go_test:
runs-on: macos-latest
runs-on: ${{ matrix.os }}
needs: build
strategy:
matrix:
os: [ 'macos-latest','macos-13' ]
go: [ '1.17', 'stable' ]
name: test taosAdapter ${{ matrix.go }}
steps:
Expand Down

0 comments on commit d50b6fc

Please sign in to comment.