Skip to content

Commit 9fc2dda

Browse files
committed
ubuntu-latest is 22.04, so how about going one version back to 20.04
1 parent 5c6873c commit 9fc2dda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
# https://github.com/actions/runner-images#available-images
14+
runs-on: ubuntu-20.04
1415

1516
steps:
1617
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)