Skip to content

Commit

Permalink
Reverting used runners
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn committed Jan 17, 2024
1 parent a6f3bef commit e3a932f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ jobs:
runtime: 'iOS-15-0'
device: 'iPhone 13'
displayname: 'iPhone-13'
os: 'macos-12-large'
os: 'macos-12-xl'
needs_custom_sim: true

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

- version: '13.7'
runtime: 'iOS-13-7'
device: 'iPhone 11'
displayname: 'iPhone-11'
os: 'macos-12-large'
os: 'macos-12-xl'
needs_custom_sim: true

steps:
Expand Down

0 comments on commit e3a932f

Please sign in to comment.