Skip to content

Commit

Permalink
Revert "ci: Disable self-hosted runners"
Browse files Browse the repository at this point in the history
This reverts commit 44e9c62.
  • Loading branch information
theduke committed May 25, 2023
1 parent cd31173 commit 635c397
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
workflow_call:
jobs:
build-libc:
# runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
steps:
- name: show git config
run: |
Expand Down Expand Up @@ -70,17 +69,16 @@ jobs:
needs: build-libc
strategy:
matrix:
# os: [ubuntu-latest-8-cores, macos-12, windows-latest-8-cores]
os: [ubuntu-latest, macos-12, windows-latest]
os: [ubuntu-latest-8-cores, macos-12, windows-latest-8-cores]
arch: [x86, aarch64]
exclude:
- os: windows-latest
- os: windows-latest-8-cores
arch: aarch64
- os: windows-latest
- os: windows-latest-8-cores
arch: aarch64
- os: ubuntu-latest
- os: ubuntu-latest-8-cores
arch: aarch64
- os: ubuntu-latest
- os: ubuntu-latest-8-cores
arch: aarch64
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 635c397

Please sign in to comment.