Skip to content

Commit

Permalink
Update ci-judi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed May 25, 2024
1 parent bd92079 commit 0febd74
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-judi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: JUDI base on Julia ${{ matrix.version }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
DEVITO_ARCH: gcc-9
DEVITO_ARCH: gcc
DEVITO_LANGUAGE: "openmp"
OMP_NUM_THREADS: 4
GROUP: "JUDI"
Expand Down Expand Up @@ -50,10 +50,6 @@ jobs:
version: ${{ matrix.version }}
arch: x64

- name: Instal gcc
if: runner.os == 'macOS'
run: brew install gcc@9

- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 0febd74

Please sign in to comment.