Skip to content

Commit

Permalink
chore(test): change runs-on for iphonesimulator test to macOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Nov 10, 2024
1 parent 7729d6f commit 717e797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sdk: "iphonesimulator",
destination: "platform=iOS Simulator,OS=18.0,name=iPhone 16 Pro",
action: "test",
runs-on: "macos-14",
runs-on: "macos-15",
},
{
sdk: "xros",
Expand Down

0 comments on commit 717e797

Please sign in to comment.