fix(ci): use macos-13 for x86_64 build to resolve ODBC linking
This commit is contained in:
parent
13f72a6e23
commit
a0ceefd1ef
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
include:
|
||||
- platform: macos-latest
|
||||
target: aarch64-apple-darwin
|
||||
- platform: macos-latest
|
||||
- platform: macos-13
|
||||
target: x86_64-apple-darwin
|
||||
- platform: ubuntu-22.04
|
||||
target: x86_64-unknown-linux-gnu
|
||||
|
|
|
|||
Loading…
Reference in New Issue