We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13e232 commit abfcd0dCopy full SHA for abfcd0d
src/ci/github-actions/jobs.yml
@@ -75,17 +75,8 @@ envs:
75
# These jobs automatically inherit envs.pr, to avoid repeating
76
# it in each job definition.
77
pr:
78
- - image: mingw-check
79
- <<: *job-linux-4c
80
- - image: mingw-check-tidy
81
- continue_on_error: true
82
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
+ - image: dist-x86_64-freebsd
+ <<: *job-linux-8c
89
90
# Jobs that run when you perform a try build (@bors try)
91
# These jobs automatically inherit envs.try, to avoid repeating
0 commit comments