Skip to content

Commit f96e5e5

Browse files
committed
try container on Linux runner
1 parent bbbcd9d commit f96e5e5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cpp-lint-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
os: [ ubuntu-latest, macos-latest, windows-latest ]
12+
os: [ ubuntu-latest, ] # macos-latest, windows-latest ]
1313
clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18']
1414
fail-fast: false
1515

1616
runs-on: ${{ matrix.os }}
17+
container: alpine:latest
1718
steps:
1819
- uses: actions/checkout@v4
1920
with:

0 commit comments

Comments
 (0)