diff options
| author | Andreas T Jonsson <mail@andreasjonsson.se> | 2024-11-27 11:22:31 +0100 |
|---|---|---|
| committer | Andreas T Jonsson <mail@andreasjonsson.se> | 2024-11-27 11:22:31 +0100 |
| commit | 868e0f262cf899c03baf34512604b93b6f939af5 (patch) | |
| tree | 14c3b3126a49ec9cc3ff970800d826dac3caae33 /.github | |
| parent | 2b94886ef30263d5746b112fc3ba4a25ff8d977f (diff) | |
Updated NetBSD CI to pkgsrc Q3 release
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 41f548119..53600b258 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: 2024Q2 + PKGSRC_BRANCH: 2024Q3 steps: - uses: actions/checkout@v4 - name: Build, Check, and Test |