Skip to content

Commit db6d9ea

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ 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: ubuntu:25.10
1718
steps:
1819
- uses: actions/checkout@v4
1920
with:
20-
submodules: true
21+
# submodules: true
2122
repository: cpp-linter/test-cpp-linter-action
2223

2324
- name: Cache the build artifacts

0 commit comments

Comments
 (0)