File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,68 +39,68 @@ jobs:
3939 fail-fast : false
4040 matrix :
4141 include :
42- - os : ubuntu-20 .04
42+ - os : ubuntu-22 .04
4343 cmp : gcc
4444 configuration : default
4545 base : " 7.0"
4646 wine : " 64"
4747
48- - os : ubuntu-20 .04
48+ - os : ubuntu-22 .04
4949 cmp : gcc
5050 configuration : static
5151 base : " 7.0"
5252
53- - os : ubuntu-20 .04
53+ - os : ubuntu-22 .04
5454 cmp : gcc
5555 configuration : default
5656 base : " 3.15"
5757
58- - os : ubuntu-20 .04
58+ - os : ubuntu-22 .04
5959 cmp : gcc
6060 configuration : default
6161 base : " 3.14"
6262
63- - os : ubuntu-20 .04
63+ - os : ubuntu-22 .04
6464 cmp : gcc
6565 configuration : static
6666 base : " 7.0"
6767 extra : " CMD_CXXFLAGS=-std=c++11"
6868
69- - os : ubuntu-20 .04
69+ - os : ubuntu-22 .04
7070 cmp : clang
7171 configuration : default
7272 base : " 7.0"
7373 extra : " CMD_CXXFLAGS=-std=c++11"
7474
75- - os : ubuntu-20 .04
75+ - os : ubuntu-22 .04
7676 cmp : gcc
7777 configuration : default
7878 base : " 7.0"
7979 rtems : " 4.10"
8080
81- - os : ubuntu-20 .04
81+ - os : ubuntu-22 .04
8282 cmp : gcc
8383 configuration : default
8484 base : " 7.0"
8585 rtems : " 4.9"
8686
87- - os : ubuntu-20 .04
88- cmp : gcc-8
89- utoolchain : " 8 "
87+ - os : ubuntu-22 .04
88+ cmp : gcc-9
89+ utoolchain : " 9 "
9090 configuration : default
9191 base : " 7.0"
9292
93- - os : ubuntu-20 .04
93+ - os : ubuntu-22 .04
9494 cmp : clang
9595 configuration : default
9696 base : " 7.0"
9797
9898 steps :
99- - uses : actions/checkout@v2
99+ - uses : actions/checkout@v3
100100 with :
101101 submodules : true
102102 - name : Cache Dependencies
103- uses : actions/cache@v2
103+ uses : actions/cache@v3
104104 with :
105105 path : ~/.cache
106106 key : ${{ matrix.base }}/${{ matrix.os }}/${{ matrix.cmp }}/${{ matrix.configuration }}/${{ matrix.wine }}${{ matrix.rtems }}/${{ matrix.extra }}
You can’t perform that action at this time.
0 commit comments