Skip to content

Commit

Permalink
use macos-13 for Julia v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Dec 2, 2024
1 parent 969b472 commit 7320ec1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ jobs:
JULIA_P4EST_TEST: P4EST_CUSTOM_MPI_CUSTOM
- os: windows-latest
JULIA_P4EST_TEST: P4EST_CUSTOM_MPI_CUSTOM
# macos-14 doesn't support Julia v1.6,
# cf. https://discourse.julialang.org/t/how-to-fix-github-actions-ci-failures-with-julia-1-6-or-1-7-on-macos-latest-and-macos-14/117019
- os: macos-latest
version: '1.6'
include:
- os: macos-13 # Intel
version: '1.6'
steps:
- uses: actions/checkout@v4
- name: Set p4est release to run tests against
Expand Down

0 comments on commit 7320ec1

Please sign in to comment.