Skip to content

Commit 9fdfcc1

Browse files
(actions) run on 20.04 for now
1 parent 685a761 commit 9fdfcc1

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
@@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
55
jobs:
66
build:
77
name: ${{ matrix.build_name }}
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
strategy:
1010
fail-fast: false
1111
matrix:

0 commit comments

Comments
 (0)