@@ -31,7 +31,7 @@ concurrency:
3131jobs :
3232 # Aggregate job that provides a single check for all tests passing
3333 tests :
34- runs-on : ubuntu-20.04
34+ runs-on : ubuntu-latest
3535 needs :
3636 - python
3737 - elasticsearchserver07
9898 # Combine and upload coverage data
9999 coverage :
100100 if : success() || failure() # Does not run on cancelled workflows
101- runs-on : ubuntu-20.04
101+ runs-on : ubuntu-latest
102102 needs :
103103 - tests
104104
@@ -160,7 +160,7 @@ jobs:
160160 20,
161161 ]
162162
163- runs-on : ubuntu-20.04
163+ runs-on : ubuntu-latest
164164 container :
165165 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
166166 options : >-
@@ -209,7 +209,7 @@ jobs:
209209 matrix :
210210 group-number : [1]
211211
212- runs-on : ubuntu-20.04
212+ runs-on : ubuntu-latest
213213 container :
214214 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
215215 options : >-
@@ -258,7 +258,7 @@ jobs:
258258 matrix :
259259 group-number : [1, 2]
260260
261- runs-on : ubuntu-20.04
261+ runs-on : ubuntu-latest
262262 container :
263263 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
264264 options : >-
@@ -322,7 +322,7 @@ jobs:
322322 matrix :
323323 group-number : [1]
324324
325- runs-on : ubuntu-20.04
325+ runs-on : ubuntu-latest
326326 container :
327327 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
328328 options : >-
@@ -386,7 +386,7 @@ jobs:
386386 matrix :
387387 group-number : [1]
388388
389- runs-on : ubuntu-20.04
389+ runs-on : ubuntu-latest
390390 container :
391391 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
392392 options : >-
@@ -453,7 +453,7 @@ jobs:
453453 matrix :
454454 group-number : [1, 2]
455455
456- runs-on : ubuntu-20.04
456+ runs-on : ubuntu-latest
457457 container :
458458 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
459459 options : >-
@@ -520,7 +520,7 @@ jobs:
520520 matrix :
521521 group-number : [1]
522522
523- runs-on : ubuntu-20.04
523+ runs-on : ubuntu-latest
524524 container :
525525 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
526526 options : >-
@@ -623,7 +623,7 @@ jobs:
623623 matrix :
624624 group-number : [1, 2]
625625
626- runs-on : ubuntu-20.04
626+ runs-on : ubuntu-latest
627627 container :
628628 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
629629 options : >-
@@ -685,7 +685,7 @@ jobs:
685685 matrix :
686686 group-number : [1]
687687
688- runs-on : ubuntu-20.04
688+ runs-on : ubuntu-latest
689689 container :
690690 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
691691 options : >-
@@ -749,7 +749,7 @@ jobs:
749749 matrix :
750750 group-number : [1, 2]
751751
752- runs-on : ubuntu-20.04
752+ runs-on : ubuntu-latest
753753 container :
754754 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
755755 options : >-
@@ -811,7 +811,7 @@ jobs:
811811 matrix :
812812 group-number : [1]
813813
814- runs-on : ubuntu-20.04
814+ runs-on : ubuntu-latest
815815 container :
816816 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
817817 options : >-
@@ -874,7 +874,7 @@ jobs:
874874 matrix :
875875 group-number : [1, 2, 3, 4]
876876
877- runs-on : ubuntu-20.04
877+ runs-on : ubuntu-latest
878878 container :
879879 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
880880 options : >-
@@ -948,7 +948,7 @@ jobs:
948948 matrix :
949949 group-number : [1]
950950
951- runs-on : ubuntu-20.04
951+ runs-on : ubuntu-latest
952952 container :
953953 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
954954 options : >-
@@ -1010,7 +1010,7 @@ jobs:
10101010 matrix :
10111011 group-number : [1]
10121012
1013- runs-on : ubuntu-20.04
1013+ runs-on : ubuntu-latest
10141014 container :
10151015 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
10161016 options : >-
@@ -1074,7 +1074,7 @@ jobs:
10741074 matrix :
10751075 group-number : [1]
10761076
1077- runs-on : ubuntu-20.04
1077+ runs-on : ubuntu-latest
10781078 container :
10791079 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
10801080 options : >-
@@ -1139,7 +1139,7 @@ jobs:
11391139 matrix :
11401140 group-number : [1]
11411141
1142- runs-on : ubuntu-20.04
1142+ runs-on : ubuntu-latest
11431143 container :
11441144 image : ghcr.io/newrelic/newrelic-python-agent-ci:latest
11451145 options : >-
0 commit comments