Skip to content

Commit 65fe9ae

Browse files
committed
CI: Resume testing on Intel macOS
1 parent 9387406 commit 65fe9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
os:
5757
- ubuntu-latest
5858
- windows-latest
59-
# - macos-13 # macos-13 = Intel. # TODO: uncomment this line once we merge #930
59+
- macos-13 # macos-13 = Intel.
6060
# TODO: uncomment the next line, so that we can start testing on macos-14:
6161
# - macos-14 # macos-14 = Apple Silicon.
6262
coverage:
@@ -123,4 +123,4 @@ jobs:
123123
make
124124
- run: ./examples/MyLib/my_application.out
125125
env:
126-
LD_LIBRARY_PATH: 'examples/MyLib/MyLibCompiled/lib'
126+
LD_LIBRARY_PATH: 'examples/MyLib/MyLibCompiled/lib'

0 commit comments

Comments
 (0)