Skip to content

Commit 9681cc4

Browse files
committed
[ci] Use specific ubuntu OS
1 parent 98f64be commit 9681cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
mix_test:
1212
name: mix test (Elixir ${{matrix.elixir}} | OTP ${{matrix.otp}})
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414

1515
strategy:
1616
fail-fast: false

0 commit comments

Comments
 (0)