aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ctrlaltca2025-12-08 19:25:39 +0100
committerGravatar GitHub2025-12-08 19:25:39 +0100
commit7c264a177f1ce7dd478ceedcbad7d1b155ccd713 (patch)
tree881e71cbf49f671718d1dfd5a37cb56fde8bde36
parentOptions dialog: when searching don't force text to be black, on dark themes i... (diff)
downloadKVIrc-7c264a177f1ce7dd478ceedcbad7d1b155ccd713.tar.gz
KVIrc-7c264a177f1ce7dd478ceedcbad7d1b155ccd713.tar.bz2
KVIrc-7c264a177f1ce7dd478ceedcbad7d1b155ccd713.zip
Update macOS runner version to macos-14
macos-13 images are deprecated and force an error
-rw-r--r--.github/workflows/build_macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml
index c8e4bd52f..33f0cc510 100644
--- a/.github/workflows/build_macos.yml
+++ b/.github/workflows/build_macos.yml
@@ -14,7 +14,7 @@ on:
jobs:
build-macos:
- runs-on: macos-13
+ runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4