diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2022-08-16 09:35:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-16 09:35:14 +0200 |
commit | 6d8adacd76daca8f8c06411864ce8eaffbc9b51c (patch) | |
tree | a7f79f1c170c3de16800e1ed106e562a61cbb494 | |
parent | 73d9dcd44d257cb427c8510bbec52b0df73a9190 (diff) | |
download | ATCD-6d8adacd76daca8f8c06411864ce8eaffbc9b51c.tar.gz |
Deprecate github action MacOS 10.15 and add MacOS 12
-rw-r--r-- | .github/workflows/macosx.yml | 2 |
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 }} |