Skip to content

Commit 25e95f6

Browse files
committed
:15->:quarterly - packages break too often in latest
1 parent 83225f3 commit 25e95f6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
include:
27-
# FreeBSD 15 with latest packages
27+
# FreeBSD 15 with quarterly packages (stable default)
2828
- freebsd_version: "15"
29-
pkg_branch: latest
29+
pkg_branch: quarterly
3030
push_latest: "--push-latest"
3131

32-
# FreeBSD 15 with quarterly packages
32+
# FreeBSD 15 with latest packages (bleeding edge)
3333
- freebsd_version: "15"
34-
pkg_branch: quarterly
34+
pkg_branch: latest
3535
push_latest: ""
3636

3737
steps:
@@ -106,7 +106,7 @@ jobs:
106106
retention-days: 30
107107

108108
- name: Discord notification
109-
if: always() && (matrix.pkg_branch == 'latest' || job.status == 'failure')
109+
if: always() && (matrix.pkg_branch == 'quarterly' || job.status == 'failure')
110110
env:
111111
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
112112
run: |

0 commit comments

Comments
 (0)