Skip to content

Commit

Permalink
Update CI hashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jul 29, 2022
1 parent cb31372 commit 578203e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
arch:
- x64
build_spec:
- v1.7.0 # entry straight in Versions.toml
- nightly # entry from Builds.toml
- 8cb458c6dcd8e067a3bd430b006efb0dfde56cf9 # directly from Git, never built
- master # directly from Git, likely built
- v1.7.0 # release from versions.json
- nightly # special release
- master # directly from Git, likely built by CI
- master~500 # directly from Git, unlikely built by CI
env:
JULIA_DEBUG: PkgEval
JULIA: ${{ matrix.build_spec }}
Expand Down

0 comments on commit 578203e

Please sign in to comment.