|
93 | 93 |
|
94 | 94 | notify-draft-services:
|
95 | 95 | name: 🚀 Notify external services - draft
|
96 |
| - runs-on: ubuntu-20.04 |
| 96 | + runs-on: ubuntu-latest |
97 | 97 | needs: [release-versions]
|
98 | 98 | steps:
|
99 | 99 | - uses: actions/checkout@v4
|
@@ -136,7 +136,7 @@ jobs:
|
136 | 136 | packages-build:
|
137 | 137 | name: 📦 Build Packages
|
138 | 138 | needs: [release-versions, notify-draft-services]
|
139 |
| - runs-on: ubuntu-20.04 |
| 139 | + runs-on: ubuntu-latest |
140 | 140 | steps:
|
141 | 141 | - name: Github Info
|
142 | 142 | run: |
|
@@ -225,7 +225,7 @@ jobs:
|
225 | 225 | build:
|
226 | 226 | name: 📦 Meteor Build - coverage
|
227 | 227 | needs: [release-versions, packages-build]
|
228 |
| - runs-on: ubuntu-20.04 |
| 228 | + runs-on: ubuntu-latest |
229 | 229 |
|
230 | 230 | steps:
|
231 | 231 | - name: Collect Workflow Telemetry
|
@@ -256,7 +256,7 @@ jobs:
|
256 | 256 | name: 📦 Meteor Build - official
|
257 | 257 | needs: [tests-done, release-versions, packages-build]
|
258 | 258 | if: (github.event_name == 'release' || github.ref == 'refs/heads/develop')
|
259 |
| - runs-on: ubuntu-20.04 |
| 259 | + runs-on: ubuntu-latest |
260 | 260 |
|
261 | 261 | steps:
|
262 | 262 | - name: Collect Workflow Telemetry
|
@@ -331,7 +331,7 @@ jobs:
|
331 | 331 | build-gh-docker-coverage:
|
332 | 332 | name: 🚢 Build Docker Images for Testing
|
333 | 333 | needs: [build, release-versions, build-matrix-rust-bindings-for-alpine]
|
334 |
| - runs-on: ubuntu-20.04 |
| 334 | + runs-on: ubuntu-latest |
335 | 335 |
|
336 | 336 | env:
|
337 | 337 | RC_DOCKERFILE: ${{ needs.release-versions.outputs.rc-dockerfile }}.${{ matrix.platform }}
|
@@ -376,7 +376,7 @@ jobs:
|
376 | 376 | build-gh-docker:
|
377 | 377 | name: 🚢 Build Docker Images for Production
|
378 | 378 | needs: [build-prod, release-versions]
|
379 |
| - runs-on: ubuntu-20.04 |
| 379 | + runs-on: ubuntu-latest |
380 | 380 |
|
381 | 381 | env:
|
382 | 382 | RC_DOCKERFILE: ${{ needs.release-versions.outputs.rc-dockerfile }}.${{ matrix.platform }}
|
@@ -563,7 +563,7 @@ jobs:
|
563 | 563 |
|
564 | 564 | tests-done:
|
565 | 565 | name: ✅ Tests Done
|
566 |
| - runs-on: ubuntu-20.04 |
| 566 | + runs-on: ubuntu-latest |
567 | 567 | needs: [checks, test-unit, test-api, test-ui, test-api-ee, test-ui-ee, test-ui-ee-no-watcher]
|
568 | 568 | if: always()
|
569 | 569 | steps:
|
@@ -601,7 +601,7 @@ jobs:
|
601 | 601 |
|
602 | 602 | deploy:
|
603 | 603 | name: 🚀 Publish build assets
|
604 |
| - runs-on: ubuntu-20.04 |
| 604 | + runs-on: ubuntu-latest |
605 | 605 | if: github.event_name == 'release' || github.ref == 'refs/heads/develop'
|
606 | 606 | needs: [build-gh-docker, release-versions]
|
607 | 607 |
|
@@ -655,7 +655,7 @@ jobs:
|
655 | 655 |
|
656 | 656 | docker-image-publish:
|
657 | 657 | name: 🚀 Publish Docker Image (main)
|
658 |
| - runs-on: ubuntu-20.04 |
| 658 | + runs-on: ubuntu-latest |
659 | 659 | needs: [deploy, release-versions]
|
660 | 660 |
|
661 | 661 | strategy:
|
@@ -765,7 +765,7 @@ jobs:
|
765 | 765 |
|
766 | 766 | services-docker-image-publish:
|
767 | 767 | name: 🚀 Publish Docker Image (services)
|
768 |
| - runs-on: ubuntu-20.04 |
| 768 | + runs-on: ubuntu-latest |
769 | 769 | needs: [deploy, release-versions]
|
770 | 770 |
|
771 | 771 | strategy:
|
@@ -854,7 +854,7 @@ jobs:
|
854 | 854 |
|
855 | 855 | notify-services:
|
856 | 856 | name: 🚀 Notify external services
|
857 |
| - runs-on: ubuntu-20.04 |
| 857 | + runs-on: ubuntu-latest |
858 | 858 | needs:
|
859 | 859 | - services-docker-image-publish
|
860 | 860 | - docker-image-publish
|
|
0 commit comments