Skip to content

Commit fc547ba

Browse files
committed
gha: switch to ubuntu 22.04 for coverage
1 parent 16a4ebb commit fc547ba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/coverage.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ permissions:
88

99
jobs:
1010
tests:
11-
runs-on: ubuntu-latest
12-
container:
13-
# XXX(arsen): stop doing this when GCC 11 is in Ubuntu LTS
14-
image: ubuntu:impish
11+
# XXX(arsen): stop doing this when GHAs ubuntu-latest is 22.04
12+
runs-on: ubuntu-22.04
1513
steps:
1614
- uses: actions/checkout@v2
1715
- name: Get dependencies

0 commit comments

Comments
 (0)