Skip to content

Commit 93b2d21

Browse files
committed
Revert "Update action runner image as part of this issue actions/runner-images#11101"
This reverts commit c91fae2.
1 parent 69af2bb commit 93b2d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Static Analysis
22
on: [pull_request]
33
jobs:
44
python-linting:
5-
runs-on: ubuntu-22.04
5+
runs-on: ubuntu-20.04
66
steps:
77
- uses: actions/checkout@v2
88

.github/workflows/unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: easyconfigs unit tests
22
on: [pull_request]
33
jobs:
44
test-suite:
5-
runs-on: ubuntu-22.04
5+
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
88
python: [3.6]

0 commit comments

Comments
 (0)