Skip to content

Commit

Permalink
Revert "ci: build on different OS images"
Browse files Browse the repository at this point in the history
This reverts commit 7deb4bb.
  • Loading branch information
MarcoEidinger committed Feb 12, 2023
1 parent 7deb4bb commit 113503b
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,10 @@ on:

jobs:
build:
name: Xcode ${{ matrix.xcode }}
runs-on: ${{ matrix.runner-image }}
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer"
strategy:
fail-fast: false
matrix:
# https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#xcode
# https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md#xcode
# https://github.com/actions/runner-images/blob/main/images/macos/macos-10.15-Readme.md
include:
- xcode: "14.2"
runner-image: macOS-12
- xcode: "13.0"
runner-image: macOS-11
- xcode: "12.4"
runner-image: macos-10.15

runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Build
run: xcodebuild -scheme SwiftPlantUMLApp -sdk macosx CODE_SIGN_IDENTITY="" clean build

0 comments on commit 113503b

Please sign in to comment.