Skip to content

Commit d2e664a

Browse files
authored
Use Github hosted ubuntu-arm runners (#201)
* Use Github hosted ubuntu-arm runners The magic runners were recently removed, I was unaware they were used. However I don't think we need any fancy machines here, so just use the basic ARM runners. * bump actionlint, update lockfile
1 parent 8b5263b commit d2e664a

4 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/actionlint.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
# Configuration related to self-hosted runner.
2-
self-hosted-runner:
3-
# Labels of self-hosted runner in array of string.
4-
labels:
5-
- magic_arm64_8core

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
label:
1616
- ubuntu-latest
1717
- macos-latest
18-
- magic_arm64_8core
18+
- ubuntu-24.04-arm
1919
runs-on: ${{ matrix.label }}
2020
steps:
2121
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

.github/workflows/build-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
label:
1818
- ubuntu-latest
1919
- macos-latest
20-
- magic_arm64_8core
20+
- ubuntu-24.04-arm
2121
runs-on: ${{ matrix.label }}
2222
env:
2323
DATA_FILE: data/failed-compatibility-${{ matrix.label }}.json

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ types-pyyaml = ">=6.0.12.20240917,<7"
1919
conda = ">=25.5.1,<26"
2020

2121
[feature.lint.dependencies]
22-
actionlint = ">=1.7.4,<2"
22+
actionlint = ">=1.7.10,<2"
2323
ruff = ">=0.7.3,<0.8"
2424
check-jsonschema = ">=0.29.4,<0.30"
2525
shellcheck = ">=0.10.0,<0.11"

0 commit comments

Comments
 (0)