File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 4545 - target : windows
4646 os : windows-latest
4747 - target : osx
48- os : macos-13
48+ os : macos-15
4949
5050 name : ${{ matrix.target }}
5151 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828# # g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed
2929# vmImage: 'ubuntu-18.04'
3030# CPU: i386
31- OSX_amd64 :
32- vmImage : ' macOS-13 '
33- CPU : amd64
34- OSX_amd64_cpp :
35- vmImage : ' macOS-13 '
36- CPU : amd64
31+ OSX_arm64 :
32+ vmImage : ' macos-15 '
33+ CPU : arm64
34+ OSX_arm64_cpp :
35+ vmImage : ' macos-15 '
36+ CPU : arm64
3737 NIM_COMPILE_TO_CPP : true
3838 Windows_amd64_batch0_3 :
3939 vmImage : ' windows-2025'
Original file line number Diff line number Diff line change 1+ discard """
2+ disabled: "osx"
3+ """
4+
15proc testAsm () =
26 let src = 41
37 var dst = 0
Original file line number Diff line number Diff line change 11discard """
22 matrix: "--mm:refc; --mm:orc"
33 targets: "c cpp js"
4+ disabled: "osx"
45"""
56import std/ assertions
67# TODO : in future work move existing arithmetic tests (tests/arithm/*) into this file
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ discard """
33 disabled: "openbsd"
44 disabled: "freebsd"
55 disabled: "windows"
6+ disabled: "osx"
67"""
78
89#[
You can’t perform that action at this time.
0 commit comments