Skip to content

Commit

Permalink
Fixing compatibility builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Jan 8, 2025
1 parent 188250a commit facdc50
Showing 1 changed file with 24 additions and 21 deletions.
45 changes: 24 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,33 @@ jobs:
runtime: 'iOS-16-4'
device: 'iPhone 14'
displayname: 'iPhone-14'
os: 'macos-13-xl'
os: 'macos-13'
xcode_version: '14.3'
needs_custom_sim: false # Takes the shipped simulator that comes with Xcode 14

- version: '15.0'
runtime: 'iOS-15-0'
device: 'iPhone 13'
displayname: 'iPhone-13'
os: 'macos-12-xl'
needs_custom_sim: true

- version: '14.2'
device: 'iPhone 12'
displayname: 'iPhone-12'
runtime: 'iOS-14-2'
os: 'macos-12-xl'
needs_custom_sim: true

- version: '13.7'
runtime: 'iOS-13-7'
device: 'iPhone 11'
displayname: 'iPhone-11'
os: 'macos-12-xl'
needs_custom_sim: true
# Github deprecated macos-12 runners
# so we have to find another solution to test on older iOS versions
#
# - version: '15.0'
# runtime: 'iOS-15-0'
# device: 'iPhone 13'
# displayname: 'iPhone-13'
# os: 'macos-12-xl'
# needs_custom_sim: true
#
# - version: '14.2'
# device: 'iPhone 12'
# displayname: 'iPhone-12'
# runtime: 'iOS-14-2'
# os: 'macos-12-xl'
# needs_custom_sim: true
#
# - version: '13.7'
# runtime: 'iOS-13-7'
# device: 'iPhone 11'
# displayname: 'iPhone-11'
# os: 'macos-12-xl'
# needs_custom_sim: true

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit facdc50

Please sign in to comment.