Skip to content

Commit 30c7ea1

Browse files
committed
Workflow updates
1 parent 0b0dbde commit 30c7ea1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/on-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ env:
44
MIX_ENV: test
55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
1010
otp: ['23.3.4.11']
1111
elixir: ['1.10.4', '1.13.2']
12+
version-type: strict
1213
steps:
1314
- uses: actions/checkout@v2
1415
- uses: erlef/setup-elixir@v1

0 commit comments

Comments
 (0)