diff options
| author | 2024-05-12 20:10:58 +0200 | |
|---|---|---|
| committer | 2024-05-12 20:10:58 +0200 | |
| commit | 04f93acf5223c926d5f139bbd0bb0dbadfb7d528 (patch) | |
| tree | 069ca52380ff8d9de16eb52ac9a08bf19d27b056 | |
| parent | Version 5.2.4 (#2642) (diff) | |
| download | KVIrc-04f93acf5223c926d5f139bbd0bb0dbadfb7d528.tar.gz KVIrc-04f93acf5223c926d5f139bbd0bb0dbadfb7d528.tar.bz2 KVIrc-04f93acf5223c926d5f139bbd0bb0dbadfb7d528.zip | |
Github CI: switch to older macos 13 (still supports intel macs) (#2644)
| -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 2a443a697..41785af0b 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -14,7 +14,7 @@ on: jobs: build-macos: - runs-on: macos-latest + runs-on: macos-13 steps: - name: Checkout uses: actions/checkout@v3 |
