We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9387406 commit 65fe9aeCopy full SHA for 65fe9ae
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
os:
57
- ubuntu-latest
58
- windows-latest
59
- # - macos-13 # macos-13 = Intel. # TODO: uncomment this line once we merge #930
+ - macos-13 # macos-13 = Intel.
60
# TODO: uncomment the next line, so that we can start testing on macos-14:
61
# - macos-14 # macos-14 = Apple Silicon.
62
coverage:
@@ -123,4 +123,4 @@ jobs:
123
make
124
- run: ./examples/MyLib/my_application.out
125
env:
126
- LD_LIBRARY_PATH: 'examples/MyLib/MyLibCompiled/lib'
+ LD_LIBRARY_PATH: 'examples/MyLib/MyLibCompiled/lib'
0 commit comments