summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-08-16 09:35:14 +0200
committerGitHub <noreply@github.com>2022-08-16 09:35:14 +0200
commit6d8adacd76daca8f8c06411864ce8eaffbc9b51c (patch)
treea7f79f1c170c3de16800e1ed106e562a61cbb494 /.github/workflows
parent73d9dcd44d257cb427c8510bbec52b0df73a9190 (diff)
downloadATCD-6d8adacd76daca8f8c06411864ce8eaffbc9b51c.tar.gz
Deprecate github action MacOS 10.15 and add MacOS 12
Diffstat (limited to '.github/workflows')
-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 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 }}