Skip to content

Commit 312f1de

Browse files
committed
Support Unreal Engine 5.6
1 parent 2898c73 commit 312f1de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: plugin-clang-format
1717
runs-on: ubuntu-latest
1818
container:
19-
image: ubuntu:latest
19+
image: ubuntu:20.04
2020
steps:
2121
- name: Checkout repo
2222
uses: actions/checkout@v2
@@ -34,7 +34,7 @@ jobs:
3434
name: sample-clang-format
3535
runs-on: ubuntu-latest
3636
container:
37-
image: ubuntu:latest
37+
image: ubuntu:20.04
3838
steps:
3939
- name: Checkout repo
4040
uses: actions/checkout@v2
@@ -82,7 +82,7 @@ jobs:
8282

8383
yamllint:
8484
name: yamllint
85-
runs-on: ubuntu-20.04
85+
runs-on: ubuntu-latest
8686
steps:
8787
- name: Checkout repo
8888
uses: actions/checkout@v2
@@ -100,7 +100,7 @@ jobs:
100100

101101
shellcheck:
102102
name: shellcheck
103-
runs-on: ubuntu-20.04
103+
runs-on: ubuntu-latest
104104
steps:
105105
- name: Checkout repo
106106
uses: actions/checkout@v2

0 commit comments

Comments
 (0)