File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
build-mac :
21
- name : " Macos 11.7 Xcode (Clang)"
22
- runs-on : macos-11
21
+ name : " Macos 13.6.6 Xcode (Clang)"
22
+ runs-on : macos-13
23
23
strategy :
24
24
matrix :
25
- xcode : [11.7, 12.4, 13.2.1 ]
25
+ xcode : [14.1, 15.2 ]
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
- name : Set up CMake
30
- uses : jwlawson/actions-setup-cmake@v1.13
30
+ uses : jwlawson/actions-setup-cmake@v2
31
31
with :
32
32
cmake-version : ' 3.14.0'
33
33
- name : Set up Xcode
Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
build-ubuntu :
21
- name : " Ubuntu 20 .04 GCC"
22
- runs-on : ubuntu-20 .04
21
+ name : " Ubuntu 22 .04 GCC"
22
+ runs-on : ubuntu-22 .04
23
23
strategy :
24
24
matrix :
25
- gcc : [9, 10, 11 ]
25
+ gcc : [11, 12, 13 ]
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
- name : Set up CMake
30
- uses : jwlawson/actions-setup-cmake@v1.13
30
+ uses : jwlawson/actions-setup-cmake@v2
31
31
with :
32
32
cmake-version : ' 3.14.0'
33
33
- name : Set up GCC
Original file line number Diff line number Diff line change 35
35
}
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
- name : Set up CMake
40
- uses : jwlawson/actions-setup-cmake@v1.13
40
+ uses : jwlawson/actions-setup-cmake@v2
41
41
with :
42
42
cmake-version : ${{ matrix.config.cmake }}
43
43
- name : Cpplint
You can’t perform that action at this time.
0 commit comments