ci: set xcode 16 on zig builds or macOS

This commit is contained in:
Mitchell Hashimoto
2024-11-20 15:02:15 -08:00
parent 3392659e1f
commit d3b2f33061

View File

@ -196,6 +196,9 @@ jobs:
name: ghostty name: ghostty
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: XCode Select
run: sudo xcode-select -s /Applications/Xcode_16.0.app
- name: Test All - name: Test All
run: | run: |
# OpenGL # OpenGL
@ -352,6 +355,9 @@ jobs:
name: ghostty name: ghostty
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: XCode Select
run: sudo xcode-select -s /Applications/Xcode_16.0.app
- name: test - name: test
run: nix develop -c zig build test run: nix develop -c zig build test