Skip to content

Commit 5115942

Browse files
committed
doc: Update Action runner
1 parent be7db8f commit 5115942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: pull_request
55
jobs:
66
build:
77
name: Build docs
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04-4core
99
steps:
1010
- name: Check out code
1111
uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
name: Release docs
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04-4core
1212
steps:
1313
- name: Check out code
1414
uses: actions/checkout@v3

0 commit comments

Comments
 (0)