File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ concurrency:
24
24
jobs :
25
25
26
26
lint :
27
- runs-on : ubuntu-latest
27
+ runs-on : ubuntu-22.04
28
28
steps :
29
29
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
30
30
- uses : actions/setup-python@v4
58
58
- name : Setup dependencies
59
59
run : pip install --upgrade pip pytest
60
60
- name : Set up Clang (Linux)
61
- if : matrix.os == 'ubuntu-latest '
61
+ if : matrix.os == 'ubuntu-22.04 '
62
62
run : sudo apt-get install clang
63
63
- name : Set up Clang (Cygwin)
64
64
if : matrix.os == 'windows-latest'
@@ -372,7 +372,7 @@ jobs:
372
372
needs :
373
373
- test
374
374
- lint
375
- runs-on : ubuntu-latest
375
+ runs-on : ubuntu-22.04
376
376
steps :
377
377
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
378
378
- name : Build sdist
@@ -388,7 +388,7 @@ jobs:
388
388
389
389
checksum :
390
390
name : compute hashes
391
- runs-on : ubuntu-latest
391
+ runs-on : ubuntu-22.04
392
392
needs : [windows, macos, linux, sdist]
393
393
if : " startsWith(github.ref, 'refs/tags/')"
394
394
outputs :
@@ -423,7 +423,7 @@ jobs:
423
423
424
424
release :
425
425
name : release
426
- runs-on : ubuntu-latest
426
+ runs-on : ubuntu-22.04
427
427
if : " startsWith(github.ref, 'refs/tags/')"
428
428
needs : provenance
429
429
environment : pypi
You can’t perform that action at this time.
0 commit comments