File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ on: [push, pull_request]
1818
1919jobs :
2020 linux :
21- name : " Linux Ubuntu 20.04 (GNU 9.3.0)"
22- runs-on : ubuntu-20.04
21+ name : " Ubuntu Latest (GNU 9.3.0)"
22+ runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
2525 id : checkout
4343 rm -r build
4444
4545 windows :
46- name : " Windows 10 (MSVC 19.29)"
46+ name : " Windows Latest (MSVC 19.29)"
4747 runs-on : windows-latest
4848 steps :
4949 - name : Checkout
6767 ctest -j10 -C Release -T test --output-on-failure
6868
6969 macos :
70- name : " macOS Catalina 10.15 (AppleClang 12.0)"
70+ name : " macOS Latest (AppleClang 12.0)"
7171 runs-on : macos-latest
7272 steps :
7373 - name : Checkout
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ on: [push, pull_request]
1818
1919jobs :
2020 linux :
21- name : " Linux Ubuntu 20.04 (GNU 9.3.0)"
22- runs-on : ubuntu-20.04
21+ name : " Ubuntu Latest (GNU 9.3.0)"
22+ runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
2525 id : checkout
You can’t perform that action at this time.
0 commit comments