From 6d8adacd76daca8f8c06411864ce8eaffbc9b51c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 16 Aug 2022 09:35:14 +0200 Subject: Deprecate github action MacOS 10.15 and add MacOS 12 --- .github/workflows/macosx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/macosx.yml b/.github/workflows/macosx.yml index 0a5b0d7a020..4227b0a65e2 100644 --- a/.github/workflows/macosx.yml +++ b/.github/workflows/macosx.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-10.15, macos-11.0] + os: [macos-11, macos-12] include: - platform_file: include $(ACE_ROOT)/include/makeinclude/platform_macosx.GNU runs-on: ${{ matrix.os }} -- cgit v1.2.1