Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gridap/Gridap.jl into raviart-thomas
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Nov 8, 2024
2 parents 7bcf633 + 06de5f7 commit b9b8fc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ jobs:
- ubuntu-latest
arch:
- x64
- x86
include: # Test macos/windows on latest LTS
include: # Test macos/windows on latest LTS + x86 on ubuntu
- version: '1.10'
os: macos-latest
arch: aarch64
- version: '1.10'
os: windows-latest
arch: x64
- version: '1.10'
os: ubuntu-latest
arch: x86
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit b9b8fc4

Please sign in to comment.