Skip to content

Commit

Permalink
Exclude failing platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Aug 19, 2024
1 parent ec77e45 commit 13e338a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/GitHubCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,19 @@ jobs:
- ubuntu-latest
arch:
- x64
- x86
# - x86 # FIXME get ERROR: LoadError: InitError: could not load library "/usr/lib/jvm/temurin-11-jdk-amd64/lib/server/libjvm.so"
# /usr/lib/jvm/temurin-11-jdk-amd64/lib/server/libjvm.so: wrong ELF class: ELFCLASS64
include:
# test macOS and Windows with latest Julia only
- os: macOS-latest
arch: x64
version: 1
# - os: macOS-latest # FIXME ERROR: LoadError: InitError: could not load library "/Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.4-7.0/arm64/Contents/Home/lib/server/libjvm.dylib"
# arch: x64
# version: 1
- os: windows-latest
arch: x64
version: 1
- os: windows-latest
arch: x86 # TODO fix tests for x86
version: 1
# - os: windows-latest # FIXME get on ci:
# arch: x86 # ERROR: LoadError: InitError: could not load library "C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\8.0.422-5\x64\jre\bin\server\jvm.dll"
# version: 1 # %1 is not a valid Win32 application.
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 13e338a

Please sign in to comment.