File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
1111
1212jobs :
1313 build_production_bundle :
14- runs-on : depot-ubuntu-22 .04-16
14+ runs-on : depot-ubuntu-24 .04-16
1515
1616 steps :
1717 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414
1515jobs :
1616 test :
17- runs-on : depot-ubuntu-22 .04-16
17+ runs-on : depot-ubuntu-24 .04-16
1818 # Use cheaper machines for dependabot if we're low on namespace credits
1919 # runs-on: ${{ github.actor == 'dependabot[bot]' && 'namespace-profile-frontend-light' || 'namespace-profile-frontend' }}
2020 permissions : write-all
@@ -117,7 +117,7 @@ jobs:
117117 seconds_between_github_reads : 0.01
118118
119119 lint :
120- runs-on : depot-ubuntu-22 .04-16
120+ runs-on : depot-ubuntu-24 .04-16
121121 # Use cheaper machines for dependabot if we're low on namespace credits
122122 # runs-on: ${{ github.actor == 'dependabot[bot]' && 'namespace-profile-frontend-light' || 'namespace-profile-frontend' }}
123123
You can’t perform that action at this time.
0 commit comments