Skip to content

Commit

Permalink
ci: pin ubuntu to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jan 23, 2025
1 parent b530d93 commit 586490f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
jobs:
run-pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: linux-arm64
runner: ubuntu-24.04-arm
- name: linux-x86-64
runner: ubuntu-latest
runner: ubuntu-24.04
- name: macos-arm64
runner: macos-15
- name: macos-x86-64
Expand Down

0 comments on commit 586490f

Please sign in to comment.