Skip to content

Commit

Permalink
xl
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Sep 4, 2023
1 parent cbf453c commit cfe26b1
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 @@ -7,7 +7,7 @@ on:

jobs:
xcode_14_3_simulator:
runs-on: macos-13
runs-on: macos-13-xl
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer
steps:
Expand All @@ -23,7 +23,7 @@ jobs:
run: xcodebuild -scheme FlyingFox-Package -sdk iphonesimulator16.4 -destination '${{env.XCODE_DESTINATION}}' test-without-building

xcode_15_0_simulator:
runs-on: macos-13
runs-on: macos-13-xl
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
steps:
Expand Down

0 comments on commit cfe26b1

Please sign in to comment.