Skip to content

Commit

Permalink
ci: temporarily deactivate non-working CI (#375)
Browse files Browse the repository at this point in the history
* ci: temporarily deactivate non-working CI pending nim-lang/Nim#23547 and nim-lang/nightlies#82

* remove macos from matrix include as well
  • Loading branch information
mratsim committed Apr 30, 2024
1 parent 976c8bb commit 0233c41
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
max-parallel: 20
matrix:
nim_version: [version-1-6, version-2-0] # devel
nim_version: [version-1-6] # version-2-0 has a regression: https://github.com/nim-lang/Nim/issues/23547
rust_toolchain: [stable] # [beta, nightly]
go_toolchain: [stable]
target:
Expand Down Expand Up @@ -38,21 +38,22 @@ jobs:
TEST_LANG: c
BACKEND: ASM

- os: macos
cpu: amd64
TEST_LANG: c
BACKEND: NO_ASM
- os: macos
cpu: amd64
TEST_LANG: c
BACKEND: ASM
# MacOS Github agents are now using ARM and we need Nim ARM nightlies: https://github.com/mratsim/constantine/issues/372
# - os: macos
# cpu: amd64
# TEST_LANG: c
# BACKEND: NO_ASM
# - os: macos
# cpu: amd64
# TEST_LANG: c
# BACKEND: ASM
include:
- target:
os: linux
builder: ubuntu-latest
- target:
os: macos
builder: macos-latest
# - target:
# os: macos
# builder: macos-latest
- target:
os: windows
builder: windows-latest
Expand Down

0 comments on commit 0233c41

Please sign in to comment.