mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
fix(ci): do not depend on number of procesors with job name (#1863)
This commit is contained in:
parent
bceaaa650d
commit
2b39f3efcc
11
.github/workflows/release-assets.yml
vendored
11
.github/workflows/release-assets.yml
vendored
@ -6,24 +6,23 @@ on:
|
||||
- 'v*' # "e.g. v0.4"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
env:
|
||||
NPROC: 2
|
||||
|
||||
jobs:
|
||||
build-and-upload:
|
||||
strategy:
|
||||
matrix:
|
||||
env:
|
||||
- { NPROC: 2 }
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
arch: [amd64]
|
||||
include:
|
||||
- os: macos-latest
|
||||
experimental: false
|
||||
arch: arm64
|
||||
runs-on: ${{ matrix.os }}
|
||||
env: ${{ matrix.env }}
|
||||
timeout-minutes: 60
|
||||
|
||||
name: ${{ matrix.os }} - ${{ matrix.env.NPROC }} processes
|
||||
name: ${{ matrix.os }} - ${{ matrix.arch }}
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user