Skip to content

Commit

Permalink
ci: set xcode 16 on zig builds or macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Nov 20, 2024
1 parent 3392659 commit d3b2f33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d3b2f33

Please sign in to comment.