Skip to content

Commit 9f62c13

Browse files
committed
Tmp: Select version 16.2 of XCode
1 parent eb69e81 commit 9f62c13

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/workflows/full-mpich.yml

+12-5
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
version: [13, 14, 15]
72+
version: [14]
7373
cfg:
7474
- {opts: --enable-debug}
7575
- {opts: --enable-optim --enable-generic}
@@ -84,12 +84,17 @@ jobs:
8484

8585
- name: Set environment
8686
run: |
87+
sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
8788
if [ "${{ matrix.version }}" -lt "15" ]; then
88-
echo "CXX=g++ -Wl,-ld_classic -Wl,-commons,use_dylibs -Wno-unused-command-line-argument" >> $GITHUB_ENV
8989
echo "LLVM_VERSION=15" >> $GITHUB_ENV
90-
elif [ "${{ matrix.version }}" -eq "15" ]; then
91-
echo "LLVM_VERSION=18" >> $GITHUB_ENV
9290
fi
91+
92+
# if [ "${{ matrix.version }}" -lt "15" ]; then
93+
# echo "CXX=g++ -Wl,-ld_classic -Wl,-commons,use_dylibs -Wno-unused-command-line-argument" >> $GITHUB_ENV
94+
# echo "LLVM_VERSION=15" >> $GITHUB_ENV
95+
# elif [ "${{ matrix.version }}" -eq "15" ]; then
96+
# echo "LLVM_VERSION=18" >> $GITHUB_ENV
97+
# fi
9398

9499
- name: Install
95100
run: |
@@ -99,7 +104,9 @@ jobs:
99104
- name: Symlink GCC & Fortran
100105
run: ./etc/actions/macos/link_fortran.sh "$(uname -p)"
101106

102-
107+
# - name: Setup tmate session
108+
# uses: mxschmitt/action-tmate@v3
109+
103110
- name: Configure
104111
run: |
105112
autoreconf -i

0 commit comments

Comments
 (0)