Skip to content

Commit d844164

Browse files
Manually add OS to test name
1 parent f4618fc commit d844164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
test:
12-
name: Elixir ${{ matrix.pair.elixir }} OTP ${{ matrix.pair.otp }} (${{ matrix.os }})
12+
name: Elixir ${{ matrix.pair.elixir }} OTP ${{ matrix.pair.otp }} (ubuntu-latest)
1313
runs-on: ubuntu-latest
1414
env:
1515
MIX_ENV: test

0 commit comments

Comments
 (0)