Skip to content

Commit d24de6f

Browse files
committed
f
1 parent fe86060 commit d24de6f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/actions/microsoft-setup-toolchain/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818
default: "22"
1919
xcode-developer-dir:
2020
description: Set the path for the active Xcode developer directory
21-
default: "/Applications/Xcode_16.4.0.app"
21+
default: "/Applications/Xcode_16.2.app"
2222
runs:
2323
using: composite
2424
steps:
@@ -32,6 +32,8 @@ runs:
3232
- name: Enable Nix cache
3333
if: ${{ inputs.platform == 'macos' || inputs.platform == 'ios' || inputs.platform == 'visionos' }}
3434
uses: DeterminateSystems/magic-nix-cache-action@v7
35+
with:
36+
use-flakehub: false
3537

3638
- name: Export Nix devshell env
3739
if: ${{ inputs.platform == 'macos' || inputs.platform == 'ios' || inputs.platform == 'visionos' }}

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
in {
1212
devShells.${system}.ci-macos = pkgs.mkShell {
1313
packages = with pkgs; [
14-
cmake_3_31
14+
cmake
1515
nodejs_22
1616
yarn
1717
pkg-config

0 commit comments

Comments
 (0)