Skip to content

Commit

Permalink
restrict CPU options on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Mar 21, 2024
1 parent 0a873b0 commit 10b0fa5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
julia-version: [nightly]
julia-arch: [x64]
os: [ubuntu-latest]
env:
# Set x86_64 targets for improved compatibility
# https://docs.julialang.org/en/v1/devdocs/sysimg/#Specifying-multiple-system-image-targets
# see https://github.com/julia-actions/cache/issues/114
JULIA_CPU_TARGET: "generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1)"
JULIA_NUM_THREADS: 1
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 10b0fa5

Please sign in to comment.