Skip to content

Commit d32dee7

Browse files
authored
Update CI to use Ubuntu 22.04 images (#84)
1 parent 86d98a7 commit d32dee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: [
1212
{
1313
name: linux,
14-
runner: ubuntu-20.04
14+
runner: ubuntu-22.04
1515
},
1616
{
1717
name: macos,
@@ -23,7 +23,7 @@ jobs:
2323
},
2424
{
2525
name: linux-arm,
26-
runner: ubuntu-20.04
26+
runner: ubuntu-22.04
2727
}
2828
]
2929
ido: [5.3, 7.1]

0 commit comments

Comments
 (0)