Skip to content

Commit

Permalink
Rename matrix in CI (SwiftGit2#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 authored Nov 29, 2023
1 parent 6836608 commit 5eb0959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
xcode: [ Xcode_14.1.0, Xcode_13.3 ]
os: [ macos-12 ]
abi: [ x86_64 ]
architecture: [ x86_64 ]
# include:
# - xcode: Xcode
# os: ARM64
# abi: arm64
# architecture: arm64
steps:
- name: ls Xcode
run: ls -la /Applications/Xcode*
Expand All @@ -38,4 +38,4 @@ jobs:
# - name: cibuild
# run: script/cibuild
- name: Build project
run: xcodebuild -workspace SwiftGit2.xcworkspace -scheme SwiftGit2-OSX -archivePath ./SwiftGit2 archive ARCHS="${{ matrix.abi }}"
run: xcodebuild -workspace SwiftGit2.xcworkspace -scheme SwiftGit2-OSX -archivePath ./SwiftGit2 archive ARCHS="${{ matrix.architecture }}"

0 comments on commit 5eb0959

Please sign in to comment.