diff options
| author | Domen Kožar <domen@dev.si> | 2022-08-16 13:28:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-16 13:28:37 +0200 |
| commit | 80871c71edb3da76d40bdff9cae007a2a035c074 (patch) | |
| tree | 7e5ecf1134c3ffb99d7ba488010c9e67d999c4dd /.github/workflows/debug.yml | |
| parent | 54a24f042f93c79f5679f133faddedec61955cf2 (diff) | |
| parent | 0ed84cbf72c2bb9b40c96c9758242a31abb71e9b (diff) | |
Merge pull request #489 from supermarin/update-macos
[github] Use macos-12
Diffstat (limited to '.github/workflows/debug.yml')
| -rw-r--r-- | .github/workflows/debug.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index e8e912d..6c4311e 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -10,10 +10,10 @@ on: - debug jobs: debug: - runs-on: macos-10.15 + runs-on: macos-12 steps: - uses: actions/checkout@v2 - - uses: cachix/install-nix-action@v15 + - uses: cachix/install-nix-action@v17 - run: | nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs nix-channel --update |
