diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-07-11 15:47:55 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-07-11 15:47:55 +0200 |
| commit | e647f560db721e733a4f331e63d23de46193aef6 (patch) | |
| tree | 6a41974055857e1d6afa44e3b098a6e0027f2986 /.github | |
| parent | 3b051989085c917bbaac777655aa8dd1e9d207a3 (diff) | |
Try fix NetBSD CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4ab34fb5..7066dec08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: name: NetBSD Build, Check, and Test runs-on: ubuntu-latest env: - PKGSRC_BRANCH: 2024Q3 + PKGSRC_BRANCH: 2025Q2 steps: - uses: actions/checkout@v4 - name: Build, Check, and Test |