Skip to content

Commit 650c511

Browse files
committed
Changed runs-on in test-frontend.yaml.
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
1 parent 4ef386a commit 650c511

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-frontend.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030
jobs:
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
@@ -66,7 +66,7 @@ jobs:
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:

0 commit comments

Comments
 (0)