Skip to content

Commit

Permalink
ci: update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed May 11, 2024
1 parent 7330080 commit 8893706
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/port-windows.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
onnxruntime[training,directml,xnnpack]:x64-windows
onnxruntime[directml,xnnpack]:x64-windows
openssl3[tools]:x64-windows
6 changes: 5 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
overlay:
runs-on: "macos-12"
runs-on: "macos-13"
strategy:
matrix:
include:
Expand All @@ -31,6 +31,10 @@ jobs:
with:
brew: ninja autoconf automake libtool

# - uses: mobiledevops/xcode-select-version-action@v1.0.0
# with:
# xcode-select-version: "15.2"

- name: "create cache folders"
run: |
mkdir -p ${VCPKG_DOWNLOADS}
Expand Down

0 comments on commit 8893706

Please sign in to comment.