summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-08-16 09:36:02 +0200
committerGitHub <noreply@github.com>2022-08-16 09:36:02 +0200
commit2e758862686617403ad871c64a49a295967e7f8d (patch)
treefbedf644b48fb829bc12cc089235aebbbe5ae37a
parentfac914019d3efce09ee806706c4ddd0eb7216341 (diff)
downloadMPC-2e758862686617403ad871c64a49a295967e7f8d.tar.gz
Deprecate github running MacOS 10.15 and add MacOS 12
-rw-r--r--.github/workflows/macosx.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macosx.yml b/.github/workflows/macosx.yml
index 38810c48..d44db28d 100644
--- a/.github/workflows/macosx.yml
+++ b/.github/workflows/macosx.yml
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
cxxstd: ["11"]
- 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 }}