Skip to content

Commit c9882cd

Browse files
committed
bump actions ubuntu version
1 parent 6cdeb80 commit c9882cd

File tree

2 files changed

+3
-3
lines changed

2 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: [pull_request, push]
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- name: Dump GitHub context
1414
env:

.github/workflows/release.yml

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

1111
jobs:
1212
upload-release-assets:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Dump GitHub context
1616
env:
@@ -58,7 +58,7 @@ jobs:
5858
github-token: ${{ secrets.GITHUB_TOKEN }}
5959

6060
upload-pypi:
61-
runs-on: ubuntu-latest
61+
runs-on: ubuntu-20.04
6262
steps:
6363
- uses: actions/checkout@v1
6464
- name: Check For setup.py

0 commit comments

Comments
 (0)