Skip to content

Commit

Permalink
GitHub Actions: use newer macOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Aug 15, 2024
1 parent d3c6962 commit cf85c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
cxxstd: ["03", "11", "17"]
os: [macos-11, macos-12]
os: [macos-13, macos-14]
include:
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_macosx.GNU
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit cf85c0a

Please sign in to comment.