Skip to content

Commit e38d415

Browse files
authored
Merge pull request DOCGroup#212 from DOCGroup/jwillemsen-patch-1
Update macosx.yml
2 parents 5b4c244 + a7ffe74 commit e38d415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macosx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
build:
1919
strategy:
2020
matrix:
21-
cxxstd: ["11"]
22-
os: [macos-11, macos-12]
21+
cxxstd: ["17"]
22+
os: [macos-12, macos-13]
2323
include:
2424
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_macosx.GNU
2525
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)