Skip to content

Commit e1a99f8

Browse files
committed
Enable MacOS in CI
Fixes TraceMachina#345
1 parent 0c225da commit e1a99f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/native-bazel.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-20.04, ubuntu-22.04, windows-2022]
17+
os: [macos-13, ubuntu-20.04, ubuntu-22.04, windows-2022]
1818
name: ${{ matrix.os }}
1919
runs-on: ${{ matrix.os }}
2020
steps:

.github/workflows/native-cargo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-20.04, ubuntu-22.04, windows-2022]
17+
os: [macos-13, ubuntu-20.04, ubuntu-22.04, windows-2022]
1818
toolchain: [stable, beta]
1919
name: ${{ matrix.os }} / ${{ matrix.toolchain }}
2020
runs-on: ${{ matrix.os }}

.github/workflows/nix.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-20.04, ubuntu-22.04]
17+
os: [macos-13, ubuntu-20.04, ubuntu-22.04]
1818
name: Bazel Dev / ${{ matrix.os }}
1919
runs-on: ${{ matrix.os }}
2020
steps:
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
os: [ubuntu-20.04, ubuntu-22.04]
50+
os: [macos-13, ubuntu-20.04, ubuntu-22.04]
5151
name: Cargo Dev / ${{ matrix.os }}
5252
runs-on: ${{ matrix.os }}
5353
steps:

0 commit comments

Comments
 (0)