You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
ci: Rename build job to include OS version
This commit is contained in:
committed by
Clemens Lang
parent
de463c156e
commit
6c1396fd48
@@ -11,7 +11,7 @@ pr:
|
||||
|
||||
jobs:
|
||||
- job: build_and_test_base
|
||||
displayName: "Build & Test MacPorts Base"
|
||||
displayName: "macOS-10.14"
|
||||
timeoutInMinutes: 0
|
||||
pool:
|
||||
vmImage: 'macOS-10.14'
|
||||
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: "Build & Test MacPorts Base"
|
||||
name: ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user