Skip to content

Commit 90d7a9b

Browse files
committed
docs: add macos-14 to the github actions example [skip ci]
1 parent bfbfe9c commit 90d7a9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sudo npx setup-cpp --compiler llvm --cmake true --ninja true --ccache true --vcp
4646
source ~/.cpprc # activate cpp environment variables
4747
```
4848

49-
NOTE: In the `compiler` entry, you can specify the version after `-` like `llvm-11.0.0`. For the tools, you can pass a specific version instead of `true` that chooses the default version
49+
NOTE: In the `compiler` entry, you can specify the version after `-` like `llvm-18`. For the tools, you can pass a specific version instead of `true` that chooses the default version
5050

5151
NOTE: On Unix systems, when `setup-cpp` is used locally or in other CI services like GitLab, the environment variables are added to `~/.cpprc`. You should run `source ~/.cpprc` to immediately activate the environment variables. This file is automatically sourced in the next shell restart from `~/.bashrc` or `~/.profile` if `SOURCE_CPPRC` is not set to `0`. To deactivate `.cpprc` in the next shell restart, rename/remove `~/.cpprc`.
5252

@@ -115,11 +115,12 @@ jobs:
115115
os:
116116
- windows-2022
117117
- ubuntu-24.04
118-
- macos-12
118+
- macos-14 # arm64
119+
- macos-13
119120
compiler:
120121
- llvm
121122
- gcc
122-
# you can specify the version after `-` like `llvm-13.0.0`.
123+
# you can specify the version after `-` like `llvm-18`.
123124
include:
124125
- os: "windows-2022"
125126
compiler: "msvc"

0 commit comments

Comments
 (0)