summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Simpson <simpsont@objectcomputing.com>2022-10-03 15:17:01 -0500
committerGitHub <noreply@github.com>2022-10-03 15:17:01 -0500
commitca56b7ce419361e95e82eb37867e55efc5c04f3f (patch)
tree2d1639c419884ec23619574e1250b54594d9f26a
parentdbc1d4e7b8dcddbfeaf227ecdd2f09dd017f266d (diff)
downloadATCD-ca56b7ce419361e95e82eb37867e55efc5c04f3f.tar.gz
Update .github/workflows/macosx.yml
Co-authored-by: Adam Mitz <mitza@objectcomputing.com>
-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 10fefd443ef..850fb8cb26d 100644
--- a/.github/workflows/macosx.yml
+++ b/.github/workflows/macosx.yml
@@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
cxxstd: ["03", "11", "17"]
- os: [macos-10.15, macos-11, macos-12]
+ os: [macos-11, macos-12]
include:
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_macosx.GNU
runs-on: ${{ matrix.os }}