Skip to content

Commit

Permalink
avoid arm os runner with broken python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Jun 3, 2024
1 parent c90676f commit b17cfb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-judi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

matrix:
version: ['1.6', '1.7', '1.8', '1.9', '1.10']
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]

steps:
- name: Checkout JUDI
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

- name: setup devito config
run: |
if [ "${{matrix.os}}" = "macos-latest" ]; then
if [ "${{matrix.os}}" = "macos-13" ]; then
brew install llvm libomp
echo "/opt/homebrew/bin:/opt/homebrew/opt/llvm/bin" >> GITHUB_PATH
echo "LD_LIBRARY_PATH=/opt/homebrew/opt/llvm/lib" >> GITHUB_ENV
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-op.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
omp: [2]

include:
- os: macos-latest
- os: macos-13
version: '1.6'
op: "ISO_OP"
omp: 1

- os: macos-latest
- os: macos-13
version: '1.8'
op: "ISO_OP"
omp: 1

- os: macos-latest
- os: macos-13
version: '1.9'
op: "ISO_OP"
omp: 1
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

- name: setup devito config
run: |
if [ "${{matrix.os}}" = "macos-latest" ]; then
if [ "${{matrix.os}}" = "macos-13" ]; then
brew install llvm libomp
echo "/opt/homebrew/bin:/opt/homebrew/opt/llvm/bin" >> GITHUB_PATH
echo "LD_LIBRARY_PATH=/opt/homebrew/opt/llvm/lib" >> GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JUDI"
uuid = "f3b833dc-6b2e-5b9c-b940-873ed6319979"
authors = ["Philipp Witte, Mathias Louboutin"]
version = "3.4.2"
version = "3.4.3"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down

0 comments on commit b17cfb4

Please sign in to comment.