diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa12b71c..66166754 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,12 +227,12 @@ jobs: uses: cross-platform-actions/action@v0.23.0 with: operating_system: freebsd - version: '14.0' + version: '14.1' cpu_count: 4 shell: bash environment_variables: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_DEFAULT_REGION AWS_REGION run: | - sudo pkg install -y python3 py310-urllib3 py310-pip py310-awscli cmake + sudo pkg install -y python3 py39-urllib3 py39-pip py39-awscli cmake python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder')" chmod a+x builder ./builder build -p ${{ env.PACKAGE_NAME }}