Skip to content

Commit 7509002

Browse files
committed
.github/workflows/ci.yml: update to ubuntu-22.04
This is only for the CI base image. Our actual CI runs in a docker image that has an independent base image, which happens to be 22.04 as well. This change is needed as GitHub deprecated ubuntu-18.04: > The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04 or ubuntu-22.04 (ubuntu-latest). For more details, see actions/runner-images#6002
1 parent 2776ce8 commit 7509002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55

66
jobs:
77
linux-docker:
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Clone the repo
1111
uses: actions/checkout@v2

0 commit comments

Comments
 (0)