Skip to content

Commit c965e3e

Browse files
authored
upgrade ubuntu 22.04
1 parent abf667a commit c965e3e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/tests.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- os: ubuntu-20.04
17+
- os: ubuntu-22.04
1818
arch: x86_64
1919
compiler: gcc
2020
version: "9"
@@ -23,7 +23,7 @@ jobs:
2323
castxml-epic: 0
2424
cppstd: "-std=c++98"
2525

26-
- os: ubuntu-20.04
26+
- os: ubuntu-22.04
2727
arch: x86_64
2828
compiler: gcc
2929
version: "9"
@@ -32,7 +32,7 @@ jobs:
3232
castxml-epic: 0
3333
cppstd: "-std=c++98"
3434

35-
- os: ubuntu-20.04
35+
- os: ubuntu-22.04
3636
arch: x86_64
3737
compiler: gcc
3838
version: "9"
@@ -41,7 +41,7 @@ jobs:
4141
castxml-epic: 0
4242
cppstd: "-std=c++98"
4343

44-
- os: ubuntu-20.04
44+
- os: ubuntu-22.04
4545
arch: x86_64
4646
compiler: gcc
4747
version: "9"
@@ -50,7 +50,7 @@ jobs:
5050
castxml-epic: 0
5151
cppstd: "-std=c++98"
5252

53-
- os: ubuntu-20.04
53+
- os: ubuntu-22.04
5454
arch: x86_64
5555
compiler: gcc
5656
version: "9"
@@ -59,7 +59,7 @@ jobs:
5959
castxml-epic: 0
6060
cppstd: "-std=c++98"
6161

62-
- os: ubuntu-20.04
62+
- os: ubuntu-22.04
6363
arch: x86_64
6464
compiler: gcc
6565
version: "9"
@@ -68,7 +68,7 @@ jobs:
6868
castxml-epic: 1
6969
cppstd: "-std=c++98"
7070

71-
- os: ubuntu-20.04
71+
- os: ubuntu-22.04
7272
arch: x86_64
7373
compiler: gcc
7474
version: "9"
@@ -77,7 +77,7 @@ jobs:
7777
castxml-epic: 1
7878
cppstd: "-std=c++11"
7979

80-
- os: ubuntu-20.04-arm
80+
- os: ubuntu-22.04-arm
8181
arch: aarch64
8282
compiler: gcc
8383
version: "9"
@@ -86,7 +86,7 @@ jobs:
8686
castxml-epic: 0
8787
cppstd: "-std=c++98"
8888

89-
- os: ubuntu-20.04-arm
89+
- os: ubuntu-22.04-arm
9090
arch: aarch64
9191
compiler: gcc
9292
version: "9"
@@ -95,7 +95,7 @@ jobs:
9595
castxml-epic: 0
9696
cppstd: "-std=c++98"
9797

98-
- os: ubuntu-20.04-arm
98+
- os: ubuntu-22.04-arm
9999
arch: aarch64
100100
compiler: gcc
101101
version: "9"
@@ -104,7 +104,7 @@ jobs:
104104
castxml-epic: 0
105105
cppstd: "-std=c++98"
106106

107-
- os: ubuntu-20.04-arm
107+
- os: ubuntu-22.04-arm
108108
arch: aarch64
109109
compiler: gcc
110110
version: "9"
@@ -113,7 +113,7 @@ jobs:
113113
castxml-epic: 0
114114
cppstd: "-std=c++98"
115115

116-
- os: ubuntu-20.04-arm
116+
- os: ubuntu-22.04-arm
117117
arch: aarch64
118118
compiler: gcc
119119
version: "9"
@@ -122,7 +122,7 @@ jobs:
122122
castxml-epic: 0
123123
cppstd: "-std=c++98"
124124

125-
- os: ubuntu-20.04-arm
125+
- os: ubuntu-22.04-arm
126126
arch: aarch64
127127
compiler: gcc
128128
version: "9"
@@ -131,7 +131,7 @@ jobs:
131131
castxml-epic: 1
132132
cppstd: "-std=c++98"
133133

134-
- os: ubuntu-20.04-arm
134+
- os: ubuntu-22.04-arm
135135
arch: aarch64
136136
compiler: gcc
137137
version: "9"
@@ -162,7 +162,7 @@ jobs:
162162
- name: Run pycodestyle
163163
run: pycodestyle . --exclude=docs
164164
- name: Setup castxml for Linux
165-
if: matrix.os == 'ubuntu-20.04' && matrix.castxml == 'castxml'
165+
if: matrix.os == 'ubuntu-22.04' && matrix.castxml == 'castxml'
166166
run: |
167167
wget -q -O - https://data.kitware.com/api/v1/file/hashsum/sha512/bdbb67a10c5f8d1b738cd19cb074f409d4803e8077cb8c1072ef4eaf738fa871a73643f9c8282d58cae28d188df842c82ad6620b6d590b0396a0172a27438dce/download | tar zxf - -C ~/
168168
- name: Setup castxml for Mac

0 commit comments

Comments
 (0)