Skip to content

Commit

Permalink
fix: Workflow runs on ubuntu-lastes only
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Apr 8, 2024
1 parent a270fcf commit 34999dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ jobs:

build:
name: Build Applications
runs-on: ${{ matrix.operating-system }}

strategy:
matrix:
operating-system: [ubuntu-latest,windows-latest,macos-latest]
runs-on: ubuntu-latest

steps:
- name: Checkput
Expand Down

0 comments on commit 34999dc

Please sign in to comment.