Skip to content

Commit

Permalink
Update GitHub actions (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilak authored Feb 26, 2024
1 parent ddbfb88 commit c0ceb49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
jobs:
tests:
name: Run Xcode Tests
runs-on: macos-13
runs-on: macos-14
strategy:
matrix:
xcode: ["15.0.1"]
ios_version: ["17.0.1"]
xcode: ["15.2"]
ios_version: ["17.2"]
device_name: ["iPhone 15"]

steps:
Expand Down

0 comments on commit c0ceb49

Please sign in to comment.