Skip to content

Commit f979871

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 8789479 commit f979871

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/analysis-coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
fail-fast: false
1414
matrix:
@@ -82,7 +82,7 @@ jobs:
8282
needs: [ test ]
8383
permissions:
8484
contents: none
85-
runs-on: ubuntu-22.04
85+
runs-on: ubuntu-24.04
8686
name: Upload Coverage
8787
steps:
8888
- uses: actions/checkout@v4

.github/workflows/sphinxbuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
appstore_docs:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)