Skip to content

Commit f586d52

Browse files
committed
.cirrus-ci: Update the non-manual GCC build job to GCC 13
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D48291
1 parent 40ed89f commit f586d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ task:
131131
TOOLCHAIN: aarch64-gcc14
132132
TOOLCHAIN_PKG: ${TOOLCHAIN}
133133
EXTRA_MAKE_FLAGS: -s
134-
- name: amd64-gcc12 World and kernel build and boot smoke test (FreeBSD repo)
134+
- name: amd64-gcc13 World and kernel build and boot smoke test (FreeBSD repo)
135135
only_if: $CIRRUS_REPO_FULL_NAME == 'freebsd/freebsd-src' && $CIRRUS_BRANCH =~ 'pull/.*'
136136
env:
137137
TARGET: amd64
138138
TARGET_ARCH: amd64
139-
TOOLCHAIN: amd64-gcc12
139+
TOOLCHAIN: amd64-gcc13
140140
TOOLCHAIN_PKG: ${TOOLCHAIN}
141141
EXTRA_MAKE_FLAGS: -s
142142
timeout_in: 120m

0 commit comments

Comments
 (0)