diff options
| author | 2025-12-08 19:25:39 +0100 | |
|---|---|---|
| committer | 2025-12-08 19:25:39 +0100 | |
| commit | 7c264a177f1ce7dd478ceedcbad7d1b155ccd713 (patch) | |
| tree | 881e71cbf49f671718d1dfd5a37cb56fde8bde36 | |
| parent | Options dialog: when searching don't force text to be black, on dark themes i... (diff) | |
| download | KVIrc-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.yml | 2 |
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 |
