Skip to content

Commit

Permalink
ci: and again
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomsik committed Feb 2, 2024
1 parent c6f3b6d commit 4cac902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
matrix:
os: [linux, windows, macos]
arch: ["x86_64", "aarch64"]
runs-on: ${{ matrix.os == 'linux' && 'ubuntu' || matrix.os == 'macos' && 'macos-14' matrix.os }}-latest
runs-on: ${{ matrix.os == 'linux' && 'ubuntu' || matrix.os == 'macos' && 'macos-14' || matrix.os }}-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4cac902

Please sign in to comment.