Skip to content

Commit ba65060

Browse files
committed
Run jobs using the ubuntu-latest image
Ubuntu 20.04 has been removed since 15 April 2025. Let's try using the latest Ubuntu image.
1 parent b3b81a1 commit ba65060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
deploy:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
1818
steps:

0 commit comments

Comments
 (0)