Skip to content

Commit abfcd0d

Browse files
committed
freeBSD CI
1 parent d13e232 commit abfcd0d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/ci/github-actions/jobs.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,8 @@ envs:
7575
# These jobs automatically inherit envs.pr, to avoid repeating
7676
# it in each job definition.
7777
pr:
78-
- image: mingw-check
79-
<<: *job-linux-4c
80-
- image: mingw-check-tidy
81-
continue_on_error: true
82-
<<: *job-linux-4c
83-
- image: x86_64-gnu-llvm-17
84-
env:
85-
ENABLE_GCC_CODEGEN: "1"
86-
<<: *job-linux-16c
87-
- image: x86_64-gnu-tools
88-
<<: *job-linux-16c
78+
- image: dist-x86_64-freebsd
79+
<<: *job-linux-8c
8980

9081
# Jobs that run when you perform a try build (@bors try)
9182
# These jobs automatically inherit envs.try, to avoid repeating

0 commit comments

Comments
 (0)