Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip
Browse files Browse the repository at this point in the history
AlejandroCabeza committed Jul 19, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 76b5204 commit a789416
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily_amd64.yml
Original file line number Diff line number Diff line change
@@ -10,5 +10,5 @@ jobs:
name: Daily amd64
uses: ./.github/workflows/base_daily_tests.yml
with:
nim: "[{'version': 'version-1-6', 'memory_management': 'refc'}, {'version': 'version-2-0', 'memory_management': 'refc'}]"
nim: "[{'branch': 'version-1-6', 'memory_management': 'refc'}, {'branch': 'version-2-0', 'memory_management': 'refc'}]"
cpu: "['amd64']"
2 changes: 1 addition & 1 deletion .github/workflows/daily_devel.yml
Original file line number Diff line number Diff line change
@@ -10,5 +10,5 @@ jobs:
name: Daily Nim Devel
uses: ./.github/workflows/base_daily_tests.yml
with:
nim: "[{'version': 'devel', 'memory_management': 'orc'}]"
nim: "[{'branch': 'devel', 'memory_management': 'orc'}]"
cpu: "['amd64']"

0 comments on commit a789416

Please sign in to comment.