Skip to content

Commit

Permalink
CI: Resume testing on Intel macOS (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Oct 15, 2024
1 parent 9387406 commit 9cb7e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -123,4 +123,4 @@ jobs:
make
- run: ./examples/MyLib/my_application.out
env:
LD_LIBRARY_PATH: 'examples/MyLib/MyLibCompiled/lib'
LD_LIBRARY_PATH: 'examples/MyLib/MyLibCompiled/lib'

0 comments on commit 9cb7e02

Please sign in to comment.