Skip to content

Commit c4aad89

Browse files
committed
test: test ubuntu-24.04-arm
Signed-off-by: behnazh <[email protected]>
1 parent acc0409 commit c4aad89

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
# It is recommended to pin a Runner version specifically:
5252
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
53-
os: [ubuntu-latest, macos-latest, windows-latest]
53+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
5454
python: ['3.10', '3.11', '3.12', '3.13']
5555
steps:
5656

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ repos:
155155
# args: [--autofix]
156156

157157
# Check GitHub Actions workflow files.
158-
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
159-
rev: v1.7.4.18
160-
hooks:
161-
- id: actionlint
158+
# - repo: https://github.com/Mateusz-Grzelinski/actionlint-py
159+
# rev: v1.7.4.18
160+
# hooks:
161+
# - id: actionlint
162162

163163
# On push to the remote, run the unit tests.
164164
- repo: local

0 commit comments

Comments
 (0)