Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zichangzhou committed Sep 14, 2024
1 parent 2686a0b commit 94fb7d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ jobs:
build:

runs-on: ubuntu-latest
container: ${{ matrix.container }}
strategy:
matrix:
container: ['ubuntu:20.04', 'ubuntu:22.04', 'ubuntu:24.04']
cmake-version: [3.18.0, 3.22.0, 3.25.0]
# container: ${{ matrix.container }}
# strategy:
# matrix:
# container: ['ubuntu:20.04', 'ubuntu:22.04', 'ubuntu:24.04']
# cmake-version: [3.18.0, 3.22.0, 3.25.0]
# not sure
env:
CCACHE_BASEDIR: ${{ github.workspace }}
Expand Down

0 comments on commit 94fb7d1

Please sign in to comment.