Use nightly foundry docker image

This commit is contained in:
Jacob Evans
2022-11-25 10:28:49 +10:00
parent 6290fa80bc
commit 5f079cf2d7

View File

@@ -159,7 +159,8 @@ jobs:
test-foundry:
resource_class: xlarge
docker:
- image: ghcr.io/foundry-rs/foundry:latest
# Using nightly as foundry:latest is ~2 months old
- image: ghcr.io/foundry-rs/foundry:nightly
steps:
- checkout
- run: |