Skip to content

Commit

Permalink
chore: update macos runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
djm158 committed Jan 7, 2025
1 parent 174a5a2 commit d942a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ci/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on: [pull_request]

jobs:
run-visual-regression-ios:
runs-on: macos-11
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -80,7 +80,7 @@ on: [pull_request]

jobs:
run-visual-regression-android:
runs-on: macos-11
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d942a6b

Please sign in to comment.