Skip to content

Commit 22abe99

Browse files
committed
ci: upgrade GitHub Actions runners to Ubuntu 24.04
Update all workflow jobs to run on depot-ubuntu-24.04-16 from depot-ubuntu-22.04-16. This change ensures the CI environment uses the latest Ubuntu LTS version, providing improved security, updated packages, and better performance for build, test, and lint workflows.
1 parent 6eb70d4 commit 22abe99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish_bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
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

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
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

0 commit comments

Comments
 (0)