|
|
@@ -14,7 +14,7 @@ jobs:
|
|
|
matrix:
|
|
|
otp:
|
|
|
- "23.2.7.2-emqx-2"
|
|
|
- - "24.0.5-emqx-1"
|
|
|
+ - "24.1.1-emqx-1"
|
|
|
|
|
|
runs-on: ubuntu-20.04
|
|
|
container: "ghcr.io/emqx/emqx-builder-helper/5.0:${{ matrix.otp }}-ubuntu20.04"
|
|
|
@@ -83,7 +83,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/download-artifact@v2
|
|
|
with:
|
|
|
- name: source-23.2.7.2-emqx-2
|
|
|
+ name: source-24.1.1-emqx-1
|
|
|
path: .
|
|
|
- name: unzip source code
|
|
|
run: Expand-Archive -Path source-23.2.7.2-emqx-2.zip -DestinationPath ./
|
|
|
@@ -92,7 +92,7 @@ jobs:
|
|
|
id: install_erlang
|
|
|
## gleam-lang/setup-erlang does not yet support the installation of otp24 on windows
|
|
|
with:
|
|
|
- otp-version: 23.2
|
|
|
+ otp-version: 24.1
|
|
|
- name: build
|
|
|
env:
|
|
|
PYTHON: python
|
|
|
@@ -151,7 +151,7 @@ jobs:
|
|
|
- macos-11
|
|
|
- macos-10.15
|
|
|
otp:
|
|
|
- - 24.0.5-emqx-1
|
|
|
+ - 24.1.1-emqx-1
|
|
|
exclude:
|
|
|
- profile: emqx-edge
|
|
|
|
|
|
@@ -244,7 +244,7 @@ jobs:
|
|
|
- arm64
|
|
|
otp:
|
|
|
- 23.2.7.2-emqx-2
|
|
|
- - 24.0.5-emqx-1
|
|
|
+ - 24.1.1-emqx-1
|
|
|
exclude:
|
|
|
- os: centos6
|
|
|
arch: arm64
|
|
|
@@ -347,7 +347,7 @@ jobs:
|
|
|
matrix:
|
|
|
profile: ${{fromJSON(needs.prepare.outputs.profiles)}}
|
|
|
otp:
|
|
|
- - 24.0.5-emqx-1
|
|
|
+ - 24.1.1-emqx-1
|
|
|
|
|
|
steps:
|
|
|
- uses: actions/download-artifact@v2
|
|
|
@@ -400,7 +400,7 @@ jobs:
|
|
|
matrix:
|
|
|
otp:
|
|
|
- 23.2.7.2-emqx-2
|
|
|
- - 24.0.5-emqx-1
|
|
|
+ - 24.1.1-emqx-1
|
|
|
needs: [prepare, mac, linux, docker]
|
|
|
steps:
|
|
|
- uses: geekyeggo/delete-artifact@v1
|
|
|
@@ -418,7 +418,7 @@ jobs:
|
|
|
matrix:
|
|
|
profile: ${{fromJSON(needs.prepare.outputs.profiles)}}
|
|
|
otp:
|
|
|
- - 24.0.5-emqx-1
|
|
|
+ - 24.1.1-emqx-1
|
|
|
|
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|