Merge pull request #11998 from id/1122-stop-building-macos11-packages
ci: stop building packages for macos-11
This commit is contained in:
commit
d30aff79f2
|
@ -74,9 +74,9 @@ jobs:
|
||||||
otp:
|
otp:
|
||||||
- ${{ inputs.otp_vsn }}
|
- ${{ inputs.otp_vsn }}
|
||||||
os:
|
os:
|
||||||
- macos-11
|
|
||||||
- macos-12
|
- macos-12
|
||||||
- macos-12-arm64
|
- macos-12-arm64
|
||||||
|
- macos-13
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: emqx/self-hosted-cleanup-action@v1.0.3
|
- uses: emqx/self-hosted-cleanup-action@v1.0.3
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Stop releasing packages for Windows.
|
|
@ -0,0 +1 @@
|
||||||
|
Stop releasing packages for MacOS 11 (BigSur).
|
Loading…
Reference in New Issue