Skip to content

Commit 9bc8921

Browse files
committed
ci: disable deprecated ubuntu 20
1 parent e8ac0e7 commit 9bc8921

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
@@ -86,7 +86,7 @@ jobs:
8686
matrix:
8787
os:
8888
- windows-2019
89-
- ubuntu-20.04
89+
- ubuntu-22.04
9090
- ubuntu-22.04-arm
9191
- macos-13 # x64
9292
- macos-14 # arm64
@@ -163,7 +163,7 @@ jobs:
163163
- ubuntu-24.04
164164
- ubuntu-22.04-arm
165165
- ubuntu-22.04
166-
- ubuntu-20.04
166+
# - ubuntu-20.04
167167
- macos-15 # arm64
168168
# - macos-15-large # x64
169169
- macos-14 # arm64

0 commit comments

Comments
 (0)