Skip to content

Commit

Permalink
Changed build to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Aug 19, 2022
1 parent 1a39eb5 commit 3dfb80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
xcode_version: ['13.1']
runs-on: macos-latest
runs-on: macos-12
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Run Tests (ASAN)
run: |
set -euo pipefail
xcodebuild -scheme DevoloopAudioKit -enableAddressSanitizer YES test | xcpretty
xcodebuild -destination 'platform=OS X,arch=x86_64' -scheme DevoloopAudioKit -enableAddressSanitizer YES test | xcpretty
# Generate Wiki docs on release
docs:
Expand Down

0 comments on commit 3dfb80b

Please sign in to comment.