Skip to content

Commit 6941921

Browse files
committed
ubuntu on pipelines
1 parent 100f598 commit 6941921

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu
1212
strategy:
1313
matrix:
1414
python-version:

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99
jobs:
1010
publish-docs:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu
1212
steps:
1313
- name: checkout repo content
1414
uses: actions/checkout@v3

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
publish-pypi:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu
1010
steps:
1111
- name: Checkout sources
1212
uses: actions/checkout@v3

0 commit comments

Comments
 (0)