Skip to content

Commit ca757cf

Browse files
committed
Add modular build xc
1 parent b8c93b4 commit ca757cf

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/build-jar-matrix-entry.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ on:
2020

2121
jobs:
2222
build:
23-
runs-on: macos-latest
23+
name: "ubuntu-latest" / ${{ inputs.module }}
24+
runs-on: ubuntu-latest
2425
timeout-minutes: 120
2526

2627
env:

.github/workflows/build-xc-matrix-entry.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222

2323
jobs:
2424
build:
25+
name: "macos-latest" / ${{ inputs.module }}
2526
runs-on: macos-latest
2627
timeout-minutes: 120
2728

.github/workflows/test-matrix-entry.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ on:
3939

4040
jobs:
4141
test:
42+
name: ${{ inputs.os }} / ${{ inputs.name }}
4243
runs-on: ${{ inputs.os }}
4344
timeout-minutes: 300
4445

0 commit comments

Comments
 (0)