Skip to content

Commit

Permalink
Update the FreeBSD images used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Sep 29, 2024
1 parent b04c07d commit 6be9812
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
box:
- fbsd_13_1
- fbsd_12_4
- fbsd_13_4
- fbsd_14_1

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
box:
- fbsd_13_1
- fbsd_14_1

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
box:
- fbsd_13_1
- fbsd_14_1

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
box:
- fbsd_13_1
- fbsd_12_4
- fbsd_13_4
- fbsd_14_1

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6be9812

Please sign in to comment.