Skip to content

Commit

Permalink
Changed target OS for GCC build CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Mar 28, 2024
1 parent 94583b3 commit 8feab31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gcc_build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]

steps:
- name: Checkout code
Expand Down

0 comments on commit 8feab31

Please sign in to comment.