Skip to content

Commit 22404bd

Browse files
committed
Update the CI to use the latest Nim nightly build
The Nimble CI is updated to use the currently latest Nim nightly build from 18th of July 2021. Related to #127
1 parent 5cee1e1 commit 22404bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- macos-latest
1414
- ubuntu-latest
1515
nimversion:
16-
- sourcetar:https://github.com/bobeff/Nim/tarball/8ede3bc0494aa27d98384fa5449c5c3026ac8f92
16+
- nightly:https://github.com/nim-lang/nightlies/releases/tag/2021-07-18-devel-923a1c6ea7d9f45b6389680717692690218228fb
1717
name: ${{ matrix.os }} - ${{ matrix.nimversion }}
1818
runs-on: ${{ matrix.os }}
1919
env:

0 commit comments

Comments
 (0)