Skip to content

Commit f4c3a0b

Browse files
committed
Matrix runner OS
1 parent 2bb7e44 commit f4c3a0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/BuildPR.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ on:
99
jobs:
1010
build-objective-git:
1111
name: Build objective-git
12-
runs-on: macOS-latest
12+
runs-on: ${{ matrix.os }}
1313
strategy:
1414
fail-fast: false
1515
matrix:
16+
os : [ macOS-12 ]
1617
xcode: [ Xcode_14.2, Xcode_13.4 ]
1718
steps:
1819
- name: ls Xcode

0 commit comments

Comments
 (0)