File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
buildAndPush :
11
11
strategy :
12
12
matrix :
13
- os : ["ubuntu-20.04", "macos-14"]
13
+ os : ["ubuntu-20.04-self-hosted ", "macos-14"]
14
14
runs-on : ${{ matrix.os }}
15
15
env :
16
16
DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
73
73
needs : buildAndPush
74
74
strategy :
75
75
matrix :
76
- os : [ "ubuntu-20.04", "macos-14" ]
76
+ os : [ "ubuntu-20.04-self-hosted ", "macos-14" ]
77
77
runs-on : ${{ matrix.os }}
78
78
env :
79
79
FORCE_COLOR : 1
97
97
- name : Determine Platform-Specific Folder
98
98
id : platform-folder
99
99
run : |
100
- if [[ "${{ matrix.os }}" == "ubuntu-20.04" ]]; then
100
+ if [[ "${{ matrix.os }}" == "ubuntu-20.04-self-hosted " ]]; then
101
101
echo "npm_folder=yaci-devkit-linux-x64" >> $GITHUB_ENV
102
102
elif [[ "${{ matrix.os }}" == "macos-14" ]]; then
103
103
echo "npm_folder=yaci-devkit-macos-arm64" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments