Skip to content

Commit

Permalink
Merge 54bd1e0 into 65df111
Browse files Browse the repository at this point in the history
  • Loading branch information
kzys authored Dec 4, 2024
2 parents 65df111 + 54bd1e0 commit 018cbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest-m, macos-latest-xl, windows-latest-l ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest-m, macos-latest-xl, windows-latest-l ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
test:
- workdir: "."
target: "test"
Expand Down

0 comments on commit 018cbb1

Please sign in to comment.