Skip to content

Commit

Permalink
Remove Xcode 12 for saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed Dec 5, 2022
1 parent d4a2978 commit 3840aaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/saucelabs-UI-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
strategy:
matrix:
include:
- runs-on: macos-11
xcode: '12.5.1'

- runs-on: macos-12
xcode: '13.4.1'

- runs-on: macos-12
xcode: '14.1'

steps:
- uses: actions/checkout@v3
- run: ./scripts/ci-select-xcode.sh ${{matrix.xcode}}
Expand Down

0 comments on commit 3840aaf

Please sign in to comment.