Skip to content

Commit 029dbe4

Browse files
committed
Upgrade Semaphore CI
1 parent 48e906d commit 029dbe4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.semaphore/semaphore.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ name: Rust
33
agent:
44
machine:
55
type: e1-standard-2
6-
os_image: ubuntu1804
6+
os_image: ubuntu2004
77
containers:
8+
# Rust 1.56 (2021 edition) is currently not supported
89
- name: main
9-
image: 'registry.semaphoreci.com/rust:1.47'
10+
image: 'registry.semaphoreci.com/rust:1.51'
1011
blocks:
1112
- name: Test release
1213
task:
1314
jobs:
1415
- name: Cargo test
1516
commands:
17+
- rustup update
1618
- checkout
1719
- cargo build --verbose
1820
- cargo test --verbose

0 commit comments

Comments
 (0)