Skip to content

Commit 789a84a

Browse files
committed
Update the CI configuration.
1 parent 56be582 commit 789a84a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
4040
Includes:
4141
* Python ${{ env.PY_VERSION }}.?
42-
* OpenSSL 3.0.5
42+
* OpenSSL 3.1.2
4343
* BZip2 1.0.8
44-
* XZ 5.2.6
45-
* LibFFI 3.4.2
44+
* XZ 5.4.4
45+
* LibFFI 3.4.4
4646
outputs:
4747
upload_url: ${{ steps.create_release.outputs.upload_url }}
4848

4949
build:
50-
runs-on: macOS-12
50+
runs-on: macOS-latest
5151
needs: make-release
5252
strategy:
5353
max-parallel: 4

0 commit comments

Comments
 (0)