Skip to content

Commit bdf076b

Browse files
workflows use ubuntu-24.04 (#278)
1 parent e09731a commit bdf076b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
name: Build documentation
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -41,7 +41,7 @@ jobs:
4141
environment:
4242
name: github-pages
4343
url: ${{ steps.deployment.outputs.page_url }}
44-
runs-on: ubuntu-22.04
44+
runs-on: ubuntu-24.04
4545
if: github.ref == 'refs/heads/main'
4646
steps:
4747
- name: Deploy to GitHub Pages

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
unit_test:
1313
name: Unit tests
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1717
- name: Set up JDK
@@ -26,7 +26,7 @@ jobs:
2626

2727
smoke_tests:
2828
name: Smoke tests
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
steps:
3131
- name: Checkout code
3232
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

0 commit comments

Comments
 (0)