Skip to content

Commit dabceb7

Browse files
committed
chore: change ubuntu-20 runner to self hosted runner
1 parent 31d19ec commit dabceb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-cli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
buildAndPush:
1111
strategy:
1212
matrix:
13-
os: ["ubuntu-20.04", "macos-14"]
13+
os: ["ubuntu-20.04-self-hosted", "macos-14"]
1414
runs-on: ${{ matrix.os }}
1515
env:
1616
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -73,7 +73,7 @@ jobs:
7373
needs: buildAndPush
7474
strategy:
7575
matrix:
76-
os: [ "ubuntu-20.04", "macos-14" ]
76+
os: [ "ubuntu-20.04-self-hosted", "macos-14" ]
7777
runs-on: ${{ matrix.os }}
7878
env:
7979
FORCE_COLOR: 1
@@ -97,7 +97,7 @@ jobs:
9797
- name: Determine Platform-Specific Folder
9898
id: platform-folder
9999
run: |
100-
if [[ "${{ matrix.os }}" == "ubuntu-20.04" ]]; then
100+
if [[ "${{ matrix.os }}" == "ubuntu-20.04-self-hosted" ]]; then
101101
echo "npm_folder=yaci-devkit-linux-x64" >> $GITHUB_ENV
102102
elif [[ "${{ matrix.os }}" == "macos-14" ]]; then
103103
echo "npm_folder=yaci-devkit-macos-arm64" >> $GITHUB_ENV

0 commit comments

Comments
 (0)