diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 154a8989..0a0a4396 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: os: - ubuntu-latest - windows-latest - # - macos-13 # macos-13 = Intel. # TODO: uncomment this line once we merge #930 + - macos-13 # macos-13 = Intel. # TODO: uncomment the next line, so that we can start testing on macos-14: # - macos-14 # macos-14 = Apple Silicon. coverage: @@ -123,4 +123,4 @@ jobs: make - run: ./examples/MyLib/my_application.out env: - LD_LIBRARY_PATH: 'examples/MyLib/MyLibCompiled/lib' \ No newline at end of file + LD_LIBRARY_PATH: 'examples/MyLib/MyLibCompiled/lib'