Skip to content

Commit d02ddc3

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

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

Diff for: .github/workflows/full-mpich.yml

+12-9
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}
@@ -83,13 +83,14 @@ jobs:
8383
- uses: actions/checkout@v4
8484

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

9495
- name: Install
9596
run: |
@@ -99,7 +100,9 @@ jobs:
99100
- name: Symlink GCC & Fortran
100101
run: ./etc/actions/macos/link_fortran.sh "$(uname -p)"
101102

102-
103+
# - name: Setup tmate session
104+
# uses: mxschmitt/action-tmate@v3
105+
103106
- name: Configure
104107
run: |
105108
autoreconf -i

0 commit comments

Comments
 (0)