Skip to content

Commit ad4d612

Browse files
committed
Update github action.
1 parent 7537f76 commit ad4d612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-and-test:
11-
runs-on: windows-latest
11+
runs-on: ubuntu-latest
1212
env:
1313
CellsCloudClientId: ${{ secrets.PRODUCTCLIENTID }}
1414
CellsCloudClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
ruby-version: ${{ matrix.ruby-version }}
2727
bundler-cache: true
28-
28+
2929
- name: Install Dependencies
3030
run: |
3131
gem install bundler

0 commit comments

Comments
 (0)