Skip to content

Commit 4d11813

Browse files
committedOct 28, 2024
use ubuntu 24.04 runner
1 parent 73beb92 commit 4d11813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
- workflow_dispatch
44
jobs:
55
build:
6-
runs-on: ubuntu-latest-64-cores
6+
runs-on: ubuntu-2404-64-cores-amd
77
steps:
88

99
- name: Checkout
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: '3.11'
31+
python-version: '3.12'
3232

3333
- name: Only use `build` and `features`, if any, from devcontainer.json
3434
run: |

0 commit comments

Comments
 (0)