Skip to content

Commit

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

jobs:
test:

# https://github.com/actions/runner-images/tree/main/images/macos
strategy:
matrix:
include:
- xcodeVersion: 11.7
osVersion: macos-11
- xcodeVersion: 12.4
osVersion: macos-11
- xcodeVersion: 13.4
osVersion: macos-12
- xcodeVersion: 14.2
osVersion: macos-12
- xcodeVersion: '14.3.1'
osVersion: macos-13
- xcodeVersion: '15.4'
osVersion: macos-14
- xcodeVersion: '16.0'
osVersion: macos-15

env:
CI: true
Expand Down

0 comments on commit fdac023

Please sign in to comment.