Skip to content

Commit

Permalink
Update matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shegox authored Mar 27, 2024
1 parent 05d6f5d commit 6431704
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:
# macos-14 is ARM based
# macos-12 is x86 based
os: [ubuntu-latest, macos-12, macos-14, windows-latest]
container: ['']
include:
- os: ubuntu-latest
container: 'alpine:latest'
container: ['', 'alpine:latest']
exclude:
- os: macos-12
container: 'alpine:latest'
- os: macos-14
container: 'alpine:latest'
- os: windows-latest
container: 'alpine:latest'
- version: 13
container: "alpine:latest"
- version: 13.0.1
Expand Down

0 comments on commit 6431704

Please sign in to comment.