diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-10-22 07:57:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-22 07:57:12 +0200 |
| commit | e4564b8852dc3c6cd65b59a2331d97b19d0c3dea (patch) | |
| tree | 8498e2e9aa8897b31cc16f3f3c0acb402fb8b1c9 /.github/workflows | |
| parent | 24b7b05fe72b2ba36ca8d946e07e591020a7540c (diff) | |
macos 11 -> 12 (#2568)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7d46891..9041d87c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -193,7 +193,7 @@ jobs: name: inkstitch-windows64 path: artifacts mac: - runs-on: macos-11 + runs-on: macos-12 steps: - uses: actions/checkout@v3 with: |
