Skip to content

Commit

Permalink
disable non-free runners
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Jul 5, 2024
1 parent ebb94c5 commit 71f98aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kdmp-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- {os: ubuntu-24.04, generator: gcc, arch: x64, config: RelWithDebInfo, }
- {os: ubuntu-24.04, generator: clang, arch: x64, config: RelWithDebInfo, }
- {os: macos-13, generator: clang, arch: x64, config: Release, }
- {os: macos-13-xlarge, generator: clang, arch: arm64, config: Release, }
- {os: macos-14, generator: clang, arch: arm64, config: Release, }
- {os: macos-14-large, generator: clang, arch: x64, config: Release, }
# - {os: macos-13-xlarge, generator: clang, arch: arm64, config: Release, } # Paying runner
- {os: macos-14, generator: clang, arch: arm64, config: Release, }
# - {os: macos-14-large, generator: clang, arch: x64, config: Release, } # Paying runner
runs-on: ${{ matrix.variant.os }}
name: parser / ${{ matrix.variant.os }} / ${{ matrix.variant.generator }} / ${{ matrix.variant.arch }}
env:
Expand Down

0 comments on commit 71f98aa

Please sign in to comment.