Skip to content

Commit

Permalink
macOS-13 github actions image doesn't actually use Xcode 15.0.1 by de…
Browse files Browse the repository at this point in the history
…fault, so force it
  • Loading branch information
cmsj committed Dec 10, 2023
1 parent d88f3a9 commit ff82d7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
IS_NIGHTLY: 1

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.0.1
- name: Checkout Hammerspoon Code
uses: actions/checkout@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci_testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
IS_CI: 1

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.0.1
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit ff82d7a

Please sign in to comment.