Skip to content

Commit

Permalink
test Nim version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Oct 3, 2024
1 parent 1258fd3 commit 84fb815
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- stable
- testing
- unstable
- test-nim-v22
pull_request:
paths-ignore: ['media/**', 'docs/**', '**/*.md']
branches-ignore:
Expand All @@ -31,31 +32,31 @@ jobs:
target:
- os: linux
cpu: amd64
- os: macos
cpu: amd64
- os: windows
cpu: amd64
branch: [~, upstream/version-2-0]
exclude:
- target:
os: macos
branch: upstream/version-2-0
- target:
os: windows
branch: upstream/version-2-0
# - os: macos
# cpu: amd64
# - os: windows
# cpu: amd64
branch: [~, upstream/version-2-2]
# exclude:
# - target:
# os: macos
# branch: upstream/version-2-0
# - target:
# os: windows
# branch: upstream/version-2-0
include:
- branch: upstream/version-2-0
branch-short: version-2-0
nimflags-extra: --mm:refc
- branch: upstream/version-2-2
branch-short: version-2-2
nimflags-extra: ['--mm:refc', '--mm:orc']
- target:
os: linux
builder: ['self-hosted','ubuntu-22.04']
- target:
os: macos
builder: macos-12
- target:
os: windows
builder: windows-2019
# - target:
# os: macos
# builder: macos-12
# - target:
# os: windows
# builder: windows-2019

defaults:
run:
Expand Down

0 comments on commit 84fb815

Please sign in to comment.