File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
lint :
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-22 .04
11
11
steps :
12
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
13
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
validate_anaklasis :
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-22 .04
16
16
17
17
steps :
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
validate_genx :
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-22 .04
16
16
17
17
steps :
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
validate_nistweb :
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-22 .04
16
16
17
17
steps :
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 19
19
20
20
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
21
21
with :
22
- python-version : ' 3.9 '
22
+ python-version : ' 3.10 '
23
23
24
24
- name : Install Python packages
25
25
run : |
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
validate_refnx :
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-22 .04
16
16
17
17
steps :
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
lint :
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-22 .04
11
11
steps :
12
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
13
You can’t perform that action at this time.
0 commit comments