Skip to content

Commit

Permalink
[MOB-10402] Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeruchat committed Dec 19, 2024
1 parent 0cd2f26 commit f42781d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: pull_request

jobs:
run-tests-job:
runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@v4

- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

Expand Down

0 comments on commit f42781d

Please sign in to comment.