Merge branch 'devel' into araq-nimsuggest-tester

This commit is contained in:
ringabout
2025-11-12 20:33:38 +08:00
committed by GitHub
5 changed files with 13 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- target: windows
os: windows-latest
- target: osx
os: macos-13
os: macos-15
name: ${{ matrix.target }}
runs-on: ${{ matrix.os }}

View File

@@ -28,12 +28,12 @@ jobs:
# # g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed
# vmImage: 'ubuntu-18.04'
# CPU: i386
OSX_amd64:
vmImage: 'macOS-13'
CPU: amd64
OSX_amd64_cpp:
vmImage: 'macOS-13'
CPU: amd64
OSX_arm64:
vmImage: 'macos-15'
CPU: arm64
OSX_arm64_cpp:
vmImage: 'macos-15'
CPU: arm64
NIM_COMPILE_TO_CPP: true
Windows_amd64_batch0_3:
vmImage: 'windows-2025'

View File

@@ -1,3 +1,7 @@
discard """
disabled: "osx"
"""
proc testAsm() =
let src = 41
var dst = 0

View File

@@ -1,6 +1,7 @@
discard """
matrix: "--mm:refc; --mm:orc"
targets: "c cpp js"
disabled: "osx"
"""
import std/assertions
# TODO: in future work move existing arithmetic tests (tests/arithm/*) into this file

View File

@@ -3,6 +3,7 @@ discard """
disabled: "openbsd"
disabled: "freebsd"
disabled: "windows"
disabled: "osx"
"""
#[