Skip to content

Commit f050bc7

Browse files
ci: change build machine
1 parent 2379d44 commit f050bc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/base.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313

1414
jobs:
1515
build:
16-
runs-on: macos-latest
16+
name: Build package & run tests
17+
runs-on: ubuntu-latest
1718

1819
steps:
1920
- name: Checkout repository

0 commit comments

Comments
 (0)