Skip to content

Commit

Permalink
Forcing apple silicon tests to use Xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryBarnes committed Oct 8, 2024
1 parent 2b2138b commit 2feb5b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests-macos-silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
fetch-depth: 0

- name: Install Xcode v15.4
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.4'

- name: Set up Python
id: setup_python
uses: actions/setup-python@v5
Expand All @@ -43,4 +48,3 @@ jobs:
with:
files: "${{ github.workspace }}/junit/test-results.xml"
fail: true

0 comments on commit 2feb5b1

Please sign in to comment.