Skip to content

Commit 2e75886

Browse files
authored
Deprecate github running MacOS 10.15 and add MacOS 12
1 parent fac9140 commit 2e75886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macosx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
cxxstd: ["11"]
22-
os: [macos-10.15, macos-11.0]
22+
os: [macos-11, macos-12]
2323
include:
2424
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_macosx.GNU
2525
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)