Skip to content

Commit

Permalink
update os list
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Oct 16, 2024
1 parent 715e44b commit 760e771
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ jobs:
# https://github.com/actions/runner-images/tree/main/images/macos
strategy:
matrix:
xcodeVersion: ['14.1', '15.2']
platform: ['macos-13']
include:
- xcodeVersion: '14.3.1'
platform: macos-13
- xcodeVersion: '15.4'
platform: macos-14
- xcodeVersion: '16.0'
platform: macos-15
fail-fast: false

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

0 comments on commit 760e771

Please sign in to comment.