Skip to content

Commit

Permalink
ci: Bump macos versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Oct 16, 2024
1 parent 55c6a9f commit 715e44b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ env:
jobs:
build:

# https://github.com/actions/runner-images/tree/main/images/macos
strategy:
matrix:
xcodeVersion: ['13.4', '14.2']
platform: ['macos-12']
xcodeVersion: ['14.1', '15.2']
platform: ['macos-13']
fail-fast: false

runs-on: ${{ matrix.platform }}
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,17 @@ jobs:
analyze_wda:
strategy:
matrix:
os: [macos-12, macos-13, macos-14]
xcode_version: [13, 14, 15]
os: [macos-13, macos-14, macos-15]
xcode_version: [14, 15, 16]
exclude:
- os: macos-15
xcode_version: 14
- os: macos-15
xcode_version: 15
- os: macos-13
xcode_version: 13
xcode_version: 16
- os: macos-14
xcode_version: 13
- os: macos-12
xcode_version: 15
xcode_version: 16
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 715e44b

Please sign in to comment.