Skip to content

Commit

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

steps:
- name: checkout
Expand Down

0 comments on commit e007211

Please sign in to comment.