Skip to content

Commit d8e8b81

Browse files
committed
Update to ubuntu-24.04 LTS
1 parent 266535b commit d8e8b81

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/deploy-nexus-api.yml

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

2020
jobs:
2121
build:
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
if: github.repository == 'NexusPHP/framework'
2424

2525
steps:
@@ -74,7 +74,7 @@ jobs:
7474
name: github-pages
7575
url: ${{ steps.deployment.outputs.page_url }}
7676

77-
runs-on: ubuntu-22.04
77+
runs-on: ubuntu-24.04
7878
needs: build
7979

8080
steps:

.github/workflows/detect-merge-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
test:
1212
name: Check for merge commits
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Checkout

.github/workflows/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
jobs:
2121
tests:
2222
name: Package Tests
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424

2525
steps:
2626
- name: Checkout

.github/workflows/prune-actions-caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
prune:
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323

2424
steps:
2525
- name: Checkout

.github/workflows/static-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- 8.3
3030

3131
name: Static Code Analysis
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-24.04
3333

3434
steps:
3535
- name: Checkout code

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- '8.3'
3232
- '8.4'
3333
os:
34-
- ubuntu-22.04
34+
- ubuntu-24.04
3535
- windows-2022
3636

3737
name: Unit Tests
@@ -116,7 +116,7 @@ jobs:
116116

117117
coveralls-finish:
118118
name: Notify Coveralls API
119-
runs-on: ubuntu-22.04
119+
runs-on: ubuntu-24.04
120120
needs: tests
121121

122122
steps:

0 commit comments

Comments
 (0)