Skip to content

Commit 050a33d

Browse files
committed
even better naming
1 parent 065ce07 commit 050a33d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
compile_nifs:
19-
name: Compile & Upload NIFs / ${{ matrix.job.platform }} (NIF ${{ matrix.nif }})
19+
name: ${{ matrix.job.platform }} (NIF ${{ matrix.nif }})
2020
runs-on: ${{ matrix.job.os }}
2121

2222
permissions:
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
nif: ["2.16"] # Only build for OTP 26 and 27
29+
nif: ["2.16"]
3030
job:
3131
- { target: aarch64-apple-darwin, os: macos-13, platform: "macOS (ARM64)" }
3232
- { target: aarch64-unknown-linux-gnu, os: ubuntu-22.04, use-cross: true, platform: "Linux (ARM64)" }

0 commit comments

Comments
 (0)