Skip to content

Commit

Permalink
Add version for MacOS XCode.
Browse files Browse the repository at this point in the history
  • Loading branch information
snowfarthing committed Oct 7, 2024
1 parent 39634d8 commit b1d3d58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/XmsInterp-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
RELEASE_PYTHON: 'False'

steps:
# Get Correct Version of Xcode
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 14.3.1
# Checkout Sources
- name: Checkout Source
uses: actions/checkout@v2
Expand Down

0 comments on commit b1d3d58

Please sign in to comment.