Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jun 26, 2023
1 parent 3a75a36 commit 2662cd5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/xcodeproj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ concurrency:

jobs:
build:
name: Build (macOS / Xcode ${{ matrix.xcode }})
name: Build (macOS)
runs-on: macos-latest
strategy:
matrix:
xcode: ["14.3.1", "15.0"]
xcode: ["14.3.1"]
steps:
- uses: actions/checkout@v1
- name: Select Xcode ${{ matrix.xcode }}
- name: Sele
run: sudo xcode-select -switch /Applications/Xcode_${{ matrix.xcode }}.app
- name: Build
run: swift build -c release
Expand All @@ -28,11 +28,11 @@ jobs:
- name: Build
run: swift build -c release
test:
name: Test (macOS / Xcode ${{ matrix.xcode }})
name: Test (macOS / Xcode)
runs-on: macos-11
strategy:
matrix:
xcode: ["14.3.1", "15.0"]
xcode: ["14.3.1"]
steps:
- uses: actions/checkout@v1
- name: Select Xcode ${{ matrix.xcode }}
Expand Down

0 comments on commit 2662cd5

Please sign in to comment.