Skip to content

Commit 48e318d

Browse files
snowfarthingwdolinar
authored andcommitted
Add version for MacOS XCode.
1 parent 56d9634 commit 48e318d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/XmsInterp-CI.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
RELEASE_PYTHON: 'False'
7474

7575
steps:
76+
# Get Correct Version of Xcode
77+
- uses: maxim-lobanov/setup-xcode@v1
78+
with:
79+
xcode-version: 14.3.1
7680
# Checkout Sources
7781
- name: Checkout Source
7882
uses: actions/checkout@v2

0 commit comments

Comments
 (0)