Skip to content

Commit

Permalink
ci: fix runs-on matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jan 2, 2025
1 parent cf0a8ca commit 3866f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
include:
- os: ubuntu-latest
arch: X64
- os: ubuntu-arm64-latest
- os: ubuntu-latest
arch: ARM64
- os: windows-latest
arch: X64
- os: macos-latest
arch: X64
- os: macos-latest-xlarge
- os: macos-latest
arch: ARM64
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 3866f59

Please sign in to comment.