From fdac0239c6965d58e4a5d5fa54b56ba83936aa11 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach <mokhnach@gmail.com> Date: Wed, 16 Oct 2024 22:12:28 +0200 Subject: [PATCH] ci: Bump macos version (#146) --- .github/workflows/functional-test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index b52b63e..5b794c7 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -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