diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-05 20:46:02 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-05 20:46:02 +0300 |
commit | c4e73ae7ef24796cf1f24f0c30d93f2ab21a4572 (patch) | |
tree | bf94c8f22bd5eda1e7b28738990a93827b346c92 /.github/workflows | |
parent | 3679adc1c1c356a4b3e5e6a742b018b829e2120f (diff) | |
download | sciteco-c4e73ae7ef24796cf1f24f0c30d93f2ab21a4572.tar.gz |
nightly builds: use Mac OS 13 instead of the deprecated version 12
* 13 is now the oldest supported version
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 52c5425..11be950 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -69,7 +69,7 @@ jobs: files: ./*.deb ./*.AppImage macos: - runs-on: macos-12 + runs-on: macos-13 steps: |