Skip to content

Commit 5e0c004

Browse files
pheiduckbrammool
authored andcommitted
patch 9.0.1024: CI doesn't use the latest FreeBSD version
Problem: CI doesn't use the latest FreeBSD version. Solution: Go from 12.3 to 12.4. (closes #11423)
1 parent a8cdb4e commit 5e0c004

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ freebsd_task:
88
- name: FreeBSD 13.1
99
freebsd_instance:
1010
image_family: freebsd-13-1
11-
- name: FreeBSD 12.3
11+
- name: FreeBSD 12.4
1212
freebsd_instance:
13-
image_family: freebsd-12-3
13+
image_family: freebsd-12-4
1414
timeout_in: 20m
1515
install_script:
1616
- pkg update -f

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ static char *(features[]) =
695695

696696
static int included_patches[] =
697697
{ /* Add new patch number below this line */
698+
/**/
699+
1024,
698700
/**/
699701
1023,
700702
/**/

0 commit comments

Comments
 (0)