Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Nov 23, 2024
1 parent 5cdf7a2 commit fdc68b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,10 @@ jobs:
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- uses: actions/checkout@v4
- name: Build ${{ env.PACKAGE_NAME }} + consumers
uses: cross-platform-actions/action@v0.20.0
uses: cross-platform-actions/action@v0.25.0
with:
operating_system: openbsd
version: '7.2'
version: '7.6'
shell: bash
run: |
sudo pkg_add py3-urllib3
Expand All @@ -295,10 +295,10 @@ jobs:
with:
submodules: true
- name: Build ${{ env.PACKAGE_NAME }} + consumers
uses: cross-platform-actions/action@v0.20.0
uses: cross-platform-actions/action@v0.25.0
with:
operating_system: freebsd
version: '13.2'
version: '14.1'
run: |
sudo pkg install -y python3 devel/py-pip net/py-urllib3 cmake
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder')"
Expand Down

0 comments on commit fdc68b8

Please sign in to comment.