Skip to content

Commit

Permalink
fix: update iOS image
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianStoll committed Nov 5, 2024
1 parent f78fcd2 commit 88bba75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .yamato/mobile-build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
name: build {{ project.name }} - {{ editor }} on iOS
agent:
type: Unity::VM::osx
image: package-ci/macos-12:v4
image: package-ci/macos-13:v4
flavor: b1.large

commands:
Expand Down Expand Up @@ -70,7 +70,7 @@ mobile_test_ios_{{ project.name }}_{{ editor }}:
name: {{ project.name }} mobile project tests - {{ editor }} on iOS
agent:
type: Unity::mobile::iPhone
image: package-ci/macos-12:v4
image: package-ci/macos-13:v4
flavor: b1.medium

# Skip repository cloning
Expand Down

0 comments on commit 88bba75

Please sign in to comment.