File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 27
27
- {compiler: gcc, version: 11}
28
28
- {compiler: gcc, version: 12}
29
29
- {compiler: gcc, version: 13}
30
+ - {compiler: gcc, version: 14}
30
31
exclude :
31
32
- os : macos-13
32
33
toolchain : {compiler: gcc, version: 13}
Original file line number Diff line number Diff line change @@ -49,15 +49,10 @@ jobs:
49
49
- name : Checkout code
50
50
uses : actions/checkout@v4
51
51
52
- - name : (Ubuntu) setup gcc version
53
- if : contains(matrix.os,'ubuntu')
54
- run : |
55
- echo "GCC_V=10" >> $GITHUB_ENV
56
-
57
- - name : (macOS) setup gcc version
58
- if : contains(matrix.os,'macos')
59
- run : |
60
- echo "GCC_V=13" >> $GITHUB_ENV
52
+ - name : (Ubuntu/macOS) setup gcc version
53
+ if : contains(matrix.os,'ubuntu') || contains(matrix.os,'macos')
54
+ run : |
55
+ echo "GCC_V=14" >> $GITHUB_ENV
61
56
62
57
- name : (Windows) Install MSYS2
63
58
uses : msys2/setup-msys2@v2
You can’t perform that action at this time.
0 commit comments