ci: set xcode 16 on zig builds or macOS
parent
3392659e1f
commit
d3b2f33061
|
|
@ -196,6 +196,9 @@ jobs:
|
|||
name: ghostty
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
- name: XCode Select
|
||||
run: sudo xcode-select -s /Applications/Xcode_16.0.app
|
||||
|
||||
- name: Test All
|
||||
run: |
|
||||
# OpenGL
|
||||
|
|
@ -352,6 +355,9 @@ jobs:
|
|||
name: ghostty
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
- name: XCode Select
|
||||
run: sudo xcode-select -s /Applications/Xcode_16.0.app
|
||||
|
||||
- name: test
|
||||
run: nix develop -c zig build test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue