Skip to content

Commit

Permalink
chore: restore x86 mac testing
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Dec 5, 2023
1 parent 84911c8 commit 4063696
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,14 @@ jobs:
strategy:
fail-fast: false
matrix:
label: ["Ubuntu", "macOS M1", "Windows"]
label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"]
include:
- os: ubuntu-latest
label: "Ubuntu"
- os: macos-13-xlarge
label: "macOS M1"
- os: macos-13
label: "macOS x86"
- os: windows-latest
label: "Windows"

Expand Down Expand Up @@ -243,12 +245,14 @@ jobs:
strategy:
fail-fast: false
matrix:
label: ["Ubuntu", "macOS M1", "Windows"]
label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"]
include:
- os: ubuntu-latest
label: "Ubuntu"
- os: macos-13-xlarge
label: "macOS M1"
- os: macos-13
label: "macOS x86"
- os: windows-latest
label: "Windows"

Expand Down Expand Up @@ -280,12 +284,14 @@ jobs:
strategy:
fail-fast: false
matrix:
label: ["Ubuntu", "macOS M1", "Windows"]
label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"]
include:
- os: ubuntu-latest
label: "Ubuntu"
- os: macos-13-xlarge
label: "macOS M1"
- os: macos-13
label: "macOS x86"
- os: windows-latest
label: "Windows"

Expand Down Expand Up @@ -334,12 +340,14 @@ jobs:
strategy:
fail-fast: false
matrix:
label: ["Ubuntu", "macOS M1", "Windows"]
label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"]
include:
- os: ubuntu-latest
label: "Ubuntu"
- os: macos-13-xlarge
label: "macOS M1"
- os: macos-13
label: "macOS x86"
- os: windows-latest
label: "Windows"

Expand Down Expand Up @@ -374,12 +382,16 @@ jobs:
strategy:
fail-fast: false
matrix:
label: ["Ubuntu", "macOS M1"]
label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"]
include:
- os: ubuntu-latest
label: "Ubuntu"
- os: macos-13-xlarge
label: "macOS M1"
- os: macos-13
label: "macOS x86"
- os: windows-latest
label: "Windows"

steps:
- name: Harden Runner
Expand Down

0 comments on commit 4063696

Please sign in to comment.