Skip to content

Commit b398fd7

Browse files
committed
Restrict os by host os
1 parent 1aee2b5 commit b398fd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/artdaq-spack-selfhosted.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616

1717
push_to_registries:
1818
name: Push Docker image to multiple registries
19-
runs-on: self-hosted
2019
permissions:
2120
packages: write
2221
contents: read
@@ -27,6 +26,7 @@ jobs:
2726
matrix:
2827
os: [ '9', '10' ]
2928
spackVer: [ 'v0.28', 'v1.1' ]
29+
runs-on: [self-hosted, alma-${{ matrix.os }}]
3030
steps:
3131
- name: Test CVMFS
3232
id: cvmfsdirs

.github/workflows/otsdaq-spack-selfhosted.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616

1717
push_to_registries:
1818
name: Push Docker image to multiple registries
19-
runs-on: self-hosted
2019
permissions:
2120
packages: write
2221
contents: read
@@ -27,6 +26,7 @@ jobs:
2726
matrix:
2827
os: [ '9', '10' ]
2928
spackVer: [ 'v0.28', 'v1.1' ]
29+
runs-on: [self-hosted, alma-${{ matrix.os }}]
3030
steps:
3131
- name: Test CVMFS
3232
id: cvmfsdirs

0 commit comments

Comments
 (0)