Skip to content

Commit 2b2b053

Browse files
authored
Switch GitHub actions to Ubuntu 20.04 (#1669)
actions/runner-images#6002
1 parent 8ab331d commit 2b2b053

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test-codepropertygraph:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-20.04
1010

1111
steps:
1212
- uses: actions/checkout@v2

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test-codepropertygraph:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v2
1212
with:
@@ -31,7 +31,7 @@ jobs:
3131
release:
3232
concurrency: release
3333
needs: [test-codepropertygraph]
34-
runs-on: ubuntu-18.04
34+
runs-on: ubuntu-20.04
3535
steps:
3636
- uses: actions/checkout@v2
3737
with:

0 commit comments

Comments
 (0)