Skip to content

Commit

Permalink
unit-tests-ubuntu.yml: testing on both x64 and x86
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanaret authored Oct 15, 2024
1 parent 38b4c40 commit f166e60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
architecture: [x86, x64]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f166e60

Please sign in to comment.