Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit e79a569

Browse files
committed
fixup
1 parent b1e8985 commit e79a569

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/builds-and-tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ jobs:
6868
version: "13"
6969
platform: x64
7070

71-
- name: Clang 16 version alias on non-linux OS
72-
if: matrix.toolchain == 'clang16' && !startsWith('ubuntu', matrix.os)
73-
run: echo "$aalias clang-16='clang'" >> ~/.bashrc && echo "$aalias clang++-16='clang++'" >> ~/.bashrc
71+
- name: Clang 17 version alias on non-linux OS
72+
if: matrix.toolchain == 'clang17' && !startsWith('ubuntu', matrix.os)
73+
run: echo "$aalias clang-17='clang'" >> ~/.bashrc && echo "$aalias clang++-17='clang++'" >> ~/.bashrc
7474

75-
- name: GCC 12 version alias on non-linux OS
76-
if: matrix.toolchain == 'gcc12' && !startsWith('ubuntu', matrix.os)
77-
run: echo "$aalias gcc-12='gcc'" >> ~/.bashrc && echo "$aalias g++-12='g++'" >> ~/.bashrc
75+
- name: GCC 13 version alias on non-linux OS
76+
if: matrix.toolchain == 'gcc13' && !startsWith('ubuntu', matrix.os)
77+
run: echo "$aalias gcc-13='gcc'" >> ~/.bashrc && echo "$aalias g++-13='g++'" >> ~/.bashrc
7878

7979
- name: Info about clang
8080
if: startswith('clang', matrix.toolchain)

0 commit comments

Comments
 (0)