Skip to content

Commit

Permalink
correct mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Aug 9, 2024
1 parent b76f1ce commit 867b953
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ow-libc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
strategy:
matrix:
version:
- "2.0-64"
- "2.0-64"
include:
- runner: ubuntu-latest
arch: x64
- runner: macos-13
arch: x64
- runner: macos-14
arch: arm64
- runner: ubuntu-latest
arch: x64
- runner: macos-13
arch: x64
- runner: macos-14
arch: arm64

steps:
- name: checkout
Expand Down

0 comments on commit 867b953

Please sign in to comment.