Skip to content

Commit 2e033d3

Browse files
authored
Update CI to FreeBSD 14.2 and 15.0. (#1322)
1 parent c16dcc7 commit 2e033d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
task:
55
name: stable x86_64-unknown-freebsd-14
66
freebsd_instance:
7-
image_family: freebsd-14-0
7+
image_family: freebsd-14-2
88
setup_script:
99
- curl https://sh.rustup.rs -sSf --output rustup.sh
1010
- sh rustup.sh --default-toolchain stable -y --profile=minimal
@@ -15,9 +15,9 @@ task:
1515
- cargo test --workspace --features=all-apis
1616

1717
task:
18-
name: stable x86_64-unknown-freebsd-13
18+
name: stable x86_64-unknown-freebsd-15
1919
freebsd_instance:
20-
image_family: freebsd-13-3
20+
image_family: freebsd-15-0-snap
2121
setup_script:
2222
- curl https://sh.rustup.rs -sSf --output rustup.sh
2323
- sh rustup.sh --default-toolchain stable -y --profile=minimal

0 commit comments

Comments
 (0)