|
|
@ -130,14 +130,14 @@ jobs:
|
|
|
|
sudo make install
|
|
|
|
sudo make install
|
|
|
|
|
|
|
|
|
|
|
|
execute-scripts:
|
|
|
|
execute-scripts:
|
|
|
|
name: Execute OpenIM script on ${{ matrix.os }}
|
|
|
|
name: Execute OpenIM Script On ${{ matrix.os }}
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
name: openim
|
|
|
|
name: openim
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
go_version: ["1.20"]
|
|
|
|
go_version: ["1.20"]
|
|
|
|
os: ["ubuntu-latest"]
|
|
|
|
os: ["ubuntu-latest", "macos-latest"]
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout code
|
|
|
|
- name: Checkout code
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
uses: actions/checkout@v4
|
|
|
|