Skip to content

Commit d43d35b

Browse files
committed
Temporary set ubuntu version to 20.04, due to: actions/setup-python#543
1 parent dd4a534 commit d43d35b

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Copyright 2022 EPAM Systems
2+
# Licensed under the Apache License, Version 2.0 (the "License");
3+
# you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at
5+
#
6+
# https://www.apache.org/licenses/LICENSE-2.0
7+
#
8+
# Unless required by applicable law or agreed to in writing, software
9+
# distributed under the License is distributed on an "AS IS" BASIS,
10+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
# See the License for the specific language governing permissions and
12+
# limitations under the License.
13+
114
name: Release Pytest agent
215

316
on:
@@ -20,7 +33,7 @@ env:
2033

2134
jobs:
2235
deploy:
23-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-20.04
2437
steps:
2538
- uses: actions/checkout@v3
2639

.github/workflows/tests.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1+
# Copyright 2022 EPAM Systems
2+
# Licensed under the Apache License, Version 2.0 (the "License");
3+
# you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at
5+
#
6+
# https://www.apache.org/licenses/LICENSE-2.0
7+
#
8+
# Unless required by applicable law or agreed to in writing, software
9+
# distributed under the License is distributed on an "AS IS" BASIS,
10+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
# See the License for the specific language governing permissions and
12+
# limitations under the License.
13+
114
name: Tests
215

316
on: [ push, pull_request ]
417

518
jobs:
619
build:
7-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-20.04
821
strategy:
922
matrix:
1023
python-version: [ '2.7', '3.6', '3.7', '3.8', '3.9', '3.10' ]

0 commit comments

Comments
 (0)