File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 8181
8282 test-bdk-ffi-latest-macos-arm64-wheels :
8383 name : " Build and run unittest on macOS arm64 wheels against the latest commit on bdk-ffi"
84- runs-on : macos-13
84+ runs-on : macos-14
8585 strategy :
8686 matrix :
8787 python :
@@ -130,11 +130,10 @@ jobs:
130130 # see issue #350 for more information
131131 run : python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_arm64 --verbose
132132
133- # You can't install the arm64 wheel on the CI, so we skip these steps and simply test that the wheel builds
134- # - name: "Install wheel and run tests"
135- # run: |
136- # pip3 install ./dist/*.whl
137- # python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
133+ - name : " Install wheel and run tests"
134+ run : |
135+ pip3 install ./dist/*.whl
136+ python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
138137
139138 - name : " Upload artifact test"
140139 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments