Skip to content

Commit

Permalink
[Actions] Use the template from master and explicitly state the Ubunt…
Browse files Browse the repository at this point in the history
…u version (#389)

* Explicitly state the ubuntu version

* Use the template from master as it was merged
  • Loading branch information
VeithMetro authored Oct 14, 2024
1 parent 4882b2c commit 9bb995b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build ThunderInterfaces on Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

ThunderClientLibraries:
needs: ThunderInterfaces
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
ThunderInterfaces:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

strategy:
matrix:
Expand Down

0 comments on commit 9bb995b

Please sign in to comment.