Skip to content

Commit

Permalink
use ubuntu 24.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Oct 28, 2024
1 parent 73beb92 commit 4d11813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-2404-64-cores-amd
steps:

- name: Checkout
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

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

0 comments on commit 4d11813

Please sign in to comment.