Skip to content

Commit db7bcfc

Browse files
authored
CI: bump ubuntu-20.04 to 22.04 in CI jobs (#475)
1 parent 26974d4 commit db7bcfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
os:
1313
[
1414
ubuntu-latest,
15-
ubuntu-20.04,
15+
ubuntu-22.04,
1616
macos-13,
1717
windows-latest,
1818
windows-2019,
1919
]
2020
exclude:
2121
- os: ubuntu-latest
2222
architecture: x86
23-
- os: ubuntu-20.04
23+
- os: ubuntu-22.04
2424
architecture: x86
2525
- os: macos-13
2626
architecture: x86

0 commit comments

Comments
 (0)