Skip to content

Commit 9542c90

Browse files
author
Luke Goodfellow
authored
updated action to ubuntu-22.04
1 parent 56eaea9 commit 9542c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: run codefresh pipeline
22
on: push
33
jobs:
44
build:
5-
runs-on: ubuntu-18.04
5+
runs-on: ubuntu-22.04
66
steps:
77
- name: Checkout
88
uses: actions/checkout@master

0 commit comments

Comments
 (0)