Skip to content

Commit fb42b79

Browse files
committed
fix: Temporary change to runs-on.
1 parent cb1c5ba commit fb42b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
build:
1111
name: Compile code
12-
runs-on: ubicloud-standard-30
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -24,7 +24,7 @@ jobs:
2424

2525
test:
2626
name: Test code
27-
runs-on: ubicloud-standard-30
27+
runs-on: ubuntu-latest
2828
needs: build
2929

3030
steps:

0 commit comments

Comments
 (0)