Skip to content

Commit

Permalink
ci updates
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Mar 17, 2024
1 parent e0aaf9c commit 38364a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ on:
jobs:
build:

runs-on: macos-11
runs-on: macos-14
strategy:
matrix:
run-config:
- { scheme: 'Lindenmayer-Package', destination: 'platform=iOS Simulator,OS=15.2,name=iPhone 8' }
- { scheme: 'Lindenmayer-Package', destination: 'platform=iOS Simulator,OS=15.5,name=iPhone 8' }
# Xcode on Github Actions supports at best up to macOS 11.6.2 currently...
# - { scheme: 'Lindenmayer-Package', destination: 'platform=macOS,arch=x86_64' }

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Show Build SDK
run: xcodebuild -showsdks
Expand Down

0 comments on commit 38364a0

Please sign in to comment.