summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Svedäng <erik.svedang@gmail.com>2022-01-03 21:29:14 +0100
committerErik Svedäng <erik.svedang@gmail.com>2022-01-03 21:29:14 +0100
commitfd9598e5acb6c7c506700ff7f5782eb4d2a19bf7 (patch)
tree1c2b32e3c61f749b41bd2ed5e0c3b2a0a0d9921f
parentd04365be9034bebe309a3a3842a445d40878a5c1 (diff)
parent3522b0ad982006cd3ea577d1f23d8f033a0cad96 (diff)
chore: Merge branch 'master' into stack-allocated-lambdasstack-allocated-lambdas
-rw-r--r--.github/workflows/nixpkgs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nixpkgs.yml b/.github/workflows/nixpkgs.yml
index 21cbde1b..b09f8ef0 100644
--- a/.github/workflows/nixpkgs.yml
+++ b/.github/workflows/nixpkgs.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [macos-latest, ubuntu-latest]
+ os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v15