Skip to content

Commit

Permalink
cicd: remove matrix for runners (matrix.os) (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlGW authored May 11, 2024
1 parent f9ec728 commit c10fceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-release-authopts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
strategy:
matrix:
version: [ '1.20', '1.21', '1.22' ]
os: [ ubuntu-latest' ]
defaults:
run:
working-directory: authopts
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
strategy:
matrix:
version: [ '1.20', '1.21', '1.22' ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c10fceb

Please sign in to comment.