Skip to content

Commit

Permalink
ci: Bump macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Oct 16, 2024
1 parent cdb9f4b commit 206adb5
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
jobs:
build:

# https://github.com/actions/runner-images/tree/main/images/macos
strategy:
matrix:
e2eRoot:
Expand All @@ -29,19 +30,19 @@ jobs:
- driver
- web
- long
xcodeVersion: ['13.4', '14.2']
xcodeVersion: ['14.3.1', '15.2']
include:
- xcodeVersion: '13.4'
iosVersion: '15.5'
deviceName: 'iPhone 12'
tvosVersion: '15.4'
tvosDeviceName: 'Apple TV'
platform: macos-12
- xcodeVersion: '14.2'
iosVersion: '16.2'
- xcodeVersion: '14.3.1'
iosVersion: '16.4'
deviceName: 'iPhone 13'
tvosVersion: '16.4'
tvosDeviceName: 'Apple TV'
platform: macos-13
- xcodeVersion: '15.2'
iosVersion: '17.2'
deviceName: 'iPhone 14'
skipTvOs: true
platform: macos-12
platform: macos-13
fail-fast: false

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 206adb5

Please sign in to comment.