Skip to content

Commit 9bb995b

Browse files
authored
[Actions] Use the template from master and explicitly state the Ubuntu version (#389)
* Explicitly state the ubuntu version * Use the template from master as it was merged
1 parent 4882b2c commit 9bb995b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Build ThunderInterfaces on Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
ThunderInterfaces:
1515
needs: Thunder
16-
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@development/actions-gcc-13 # change back to master
16+
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master
1717

1818
ThunderClientLibraries:
1919
needs: ThunderInterfaces

.github/workflows/Linux build template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
ThunderInterfaces:
88

9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010

1111
strategy:
1212
matrix:

0 commit comments

Comments
 (0)