Skip to content

Commit f3da523

Browse files
committed
fix(ci): pin ubuntu-20 to run github actions
1 parent 73a6508 commit f3da523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111

1212
name: Build and test
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)