Skip to content

Commit 5a66efd

Browse files
authored
Merge pull request #16 from scribd/vadimka/update-ubuntu
[SERF-2381] Bump Ubuntu to v22.04 in GitHub Actions
2 parents df985ce + ad9966a commit 5a66efd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
validate:
1212
name: validate
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
1616
activity: ["0.13.7", "0.14.11", "1.0.11"]
@@ -32,7 +32,7 @@ jobs:
3232
TF_IN_AUTOMATION: "true"
3333

3434
codeowners:
35-
runs-on: ubuntu-18.04
35+
runs-on: ubuntu-22.04
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: GitHub CODEOWNERS Validator

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: workflow_dispatch
55
jobs:
66
release:
77
name: Release
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2

0 commit comments

Comments
 (0)