You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/publish-docs.yml
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
name: Publish docs
7
7
8
-
#2024-12-12: ubuntu-latest = ubuntu-22.04
8
+
#2025-02-05: ubuntu-latest = ubuntu-24.04
9
9
# See https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
10
10
on:
11
11
# Runs on pushes targeting the default branch
@@ -39,10 +39,7 @@ jobs:
39
39
# Prevent blocking apt install on a question during configuring of tzdata.
0 commit comments