File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
# at revision 7f4774e76bd5cb9ccb7140d71ef9be9c16009cdf.
3
3
4
4
task :
5
- name : stable x86_64-unknown-freebsd-14 -snap
5
+ name : stable x86_64-unknown-freebsd-15 -snap
6
6
freebsd_instance :
7
- image_family : freebsd-14 -0-snap
7
+ image_family : freebsd-15 -0-snap
8
8
setup_script :
9
9
- curl https://sh.rustup.rs -sSf --output rustup.sh
10
10
- sh rustup.sh --default-toolchain stable -y --profile=minimal
15
15
- cargo test --features=fs_utf8 --workspace
16
16
17
17
task :
18
- name : stable x86_64-unknown-freebsd-13
18
+ name : stable x86_64-unknown-freebsd-14
19
19
freebsd_instance :
20
- image_family : freebsd-13-3
20
+ image_family : freebsd-14-0
21
21
setup_script :
22
22
- curl https://sh.rustup.rs -sSf --output rustup.sh
23
23
- sh rustup.sh --default-toolchain stable -y --profile=minimal
28
28
- cargo test --features=fs_utf8 --workspace
29
29
30
30
task :
31
- name : stable x86_64-unknown-freebsd-12
31
+ name : stable x86_64-unknown-freebsd-13
32
32
freebsd_instance :
33
- image_family : freebsd-12-4
33
+ image_family : freebsd-13-3
34
34
setup_script :
35
35
- curl https://sh.rustup.rs -sSf --output rustup.sh
36
36
- sh rustup.sh --default-toolchain stable -y --profile=minimal
You can’t perform that action at this time.
0 commit comments