Skip to content

Commit

Permalink
Merge pull request #64 from cfv-project/ci-fix-freebsd-py3.11
Browse files Browse the repository at this point in the history
Fix FreeBSD CI pipeline
  • Loading branch information
lxp authored Jul 19, 2024
2 parents 31086a0 + 9af2d0a commit ddb9fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-python3-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
freebsd-release: [ '13.2', '13.3', '14.0' ]
freebsd-release: [ '13.3', '14.0', '14.1' ]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
with:
release: ${{ matrix.freebsd-release }}
usesh: true
prepare: pkg install -y python3 py39-pip coreutils cksfv git-tiny rust
prepare: pkg install -y python3 devel/py-pip coreutils cksfv git-tiny rust
run: |
set -ex
Expand Down

0 comments on commit ddb9fe2

Please sign in to comment.