File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ concurrency:
3030jobs :
3131 build :
3232 name : Build | Front-end
33- runs-on : transaction-tools-linux-medium
33+ runs-on : ubuntu-24.04
3434
3535 steps :
3636 - name : Harden Runner
6666
6767 test :
6868 name : Automation | ${{ matrix.test-suite.name }}
69- runs-on : transaction-tools-linux-medium
69+ runs-on : ubuntu-24.04
7070 needs : build
7171 strategy :
7272 fail-fast : false
@@ -458,7 +458,7 @@ jobs:
458458
459459 cleanup :
460460 name : Cleanup | Build Cache
461- runs-on : transaction-tools-linux-medium
461+ runs-on : ubuntu-24.04
462462 needs : [test]
463463 permissions :
464464 actions : write
@@ -480,7 +480,7 @@ jobs:
480480
481481 unit-test :
482482 name : Unit Tests | ${{ matrix.test-suite.name }}
483- runs-on : transaction-tools-linux-medium
483+ runs-on : ubuntu-24.04
484484 strategy :
485485 fail-fast : false
486486 matrix :
You can’t perform that action at this time.
0 commit comments