Skip to content

Commit

Permalink
ci: Bump macos version (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Oct 17, 2024
1 parent e9fa847 commit 91162b8
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,28 @@ on: [pull_request]

jobs:
test:

# https://github.com/actions/runner-images/tree/main/images/macos
strategy:
matrix:
include:
- xcodeVersion: '13.1'
iosVersion: '15.0'
deviceName: iPhone 13
- xcodeVersion: '14.2'
iosVersion: '16.2'
deviceName: iPhone 14
- xcodeVersion: '14.3.1'
iosVersion: '16.4'
deviceName: 'iPhone 14'
platform: macos-13
- xcodeVersion: '15.4'
iosVersion: '17.5'
deviceName: 'iPhone 15'
platform: macos-14
fail-fast: false

env:
CI: true
_FORCE_LOGS: 1
DEVICE_NAME: ${{ matrix.deviceName }}
XCODE_VERSION: ${{ matrix.xcodeVersion }}
IOS_SDK: ${{ matrix.iosVersion }}
# https://github.com/actions/runner-images/tree/main/images/macos
runs-on: macos-12
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 91162b8

Please sign in to comment.