Skip to content

Commit

Permalink
runner.arch is not supported as keyword in name
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod committed Dec 17, 2024
1 parent a6168fb commit 98736ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
# macOS 13 for x86_64, macOS 15 for aarch64
os: [macos-13, macos-15]
fail-fast: false
name: "macOS (${{ runner.arch }})"
name: "macOS (${{ matrix.os }})"
runs-on: ${{ matrix.os }}
env:
# The minimum supported macOS version.
Expand Down

0 comments on commit 98736ca

Please sign in to comment.