Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix: Run failing macos-latest tests on macos-13 #829

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
More debug
  • Loading branch information
giordano committed Apr 29, 2024
commit 3177ea0a5930c6ffe7c5357b25d0c204fa162e33
22 changes: 11 additions & 11 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,20 +171,20 @@ jobs:
using Pkg
Pkg.develop(path="lib/MPIPreferences")

- name: Julia versioninfo
shell: julia --color=yes --project=. {0}
run: |
using InteractiveUtils
versioninfo(; verbose=true)

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

# - name: use system MPI
# shell: julia --color=yes --project=. {0}
# run: |
# using MPIPreferences
# MPIPreferences.use_system_binary()
- name: use system MPI
shell: julia --color=yes --project=. {0}
run: |
using MPIPreferences
MPIPreferences.use_system_binary()

- name: MPI.versioninfo()
shell: julia --color=yes --project=. {0}
run: |
using MPI
MPI.versioninfo()

# - uses: julia-actions/julia-runtest@v1
# env:
Expand Down
Loading