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

Move to julia 1.11 #207

Merged
merged 15 commits into from
Nov 26, 2024
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,13 @@ jobs:
test_type:
- regular
- coverage
- package-compiler
arch:
- x64
julia_version:
- '1.10'
- '1.11'
t8code_version:
- '3.0.0'
include:
- os: ubuntu-latest
test_type: package-compiler
arch: x64
julia_version: '1.9.3' # 1.9.4: missing nghttp2 symbols in libcurl
t8code_version: '3.0.0'
env:
# Necessary for HDF5 to play nice with Julia
LD_PRELOAD: /lib/x86_64-linux-gnu/libcurl.so.4
Expand Down Expand Up @@ -205,6 +200,7 @@ jobs:
run: |
cd build
make -j2
du -hL ./prefix-pc/lib/libtrixi.so

- name: Test external CMake project
if: ${{ matrix.test_type == 'regular' }}
Expand Down
Loading