Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version: 2
jobs:
build:
macos:
xcode: "14.0.0"
xcode: "14.3.1"
resource_class: m4pro.medium
environment:
OPAMYES: "1"
OPAMJOBS: "2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bin-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
REPO_SLUG: moby/vpnkit-bin
jobs:
build:
uses: crazy-max/.github/.github/workflows/bake-distribute-mp.yml@d9a10e2737504a6e253f96e344cef684b0e00cb5
uses: crazy-max/.github/.github/workflows/bake-distribute-mp.yml@387d336cac5f20cba622a6b9a866a80ea4c2c575
with:
target: bin-image
push: ${{ github.event_name != 'pull_request' && github.repository == 'moby/vpnkit' }}
Expand Down
Loading