Skip to content

Commit 0a2f540

Browse files
authored
Update .github/workflows/build_and_deploy_infer.yml
1 parent 9c334ff commit 0a2f540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_deploy_infer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
- os: windows-2019
5454
build_args: --wheel
5555
additional_targets: i686-pc-windows-msvc
56-
- os: macos-14
57-
build_args: --wheel
5856
- os: macos-15-intel
5957
build_args: --wheel
58+
- os: macos-14
59+
build_args: --wheel
6060
runs-on: ${{ matrix.os }}
6161
steps:
6262
- name: Checkout code

0 commit comments

Comments
 (0)