File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ jobs:
337
337
strategy :
338
338
fail-fast : false
339
339
matrix :
340
- compiler : [gcc-14 , clang]
340
+ compiler : [gcc-15 , clang]
341
341
runs-on : macos-latest # M1 chip
342
342
steps :
343
343
- uses : actions/checkout@v4
@@ -366,9 +366,9 @@ jobs:
366
366
EXIT_CODE=\$?; \
367
367
sudo env TMP_FILE=\${TMP_FILE} BLK_DEV=\${BLK_DEV} .ci/boot-linux-prepare.sh cleanup; \
368
368
exit \${EXIT_CODE};" >> "$GITHUB_ENV"
369
- - name : Symlink gcc-14 due to the default /usr/local/bin/gcc links to system's clang
369
+ - name : Symlink gcc-15 due to the default /usr/local/bin/gcc links to system's clang
370
370
run : |
371
- ln -s /opt/homebrew/opt/gcc/bin/gcc-14 /usr/local/bin/gcc-14
371
+ ln -s /opt/homebrew/opt/gcc/bin/gcc-15 /usr/local/bin/gcc-15
372
372
- name : fetch artifact first to reduce HTTP requests
373
373
env :
374
374
CC : ${{ steps.install_cc.outputs.cc }}
You can’t perform that action at this time.
0 commit comments