aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2024-02-13 02:38:15 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2024-02-13 09:51:16 +0000
commiteb746c7caf2a1e7427984bbd1d970ebdbd108207 (patch)
treef4f29ab3ba35c86dd9cb2526107428c65b606c93 /.github
parent78a2220fd49d65d27e9eea4247a81266b69bb06b (diff)
GitHub actions: bump macOS version
macos-11 is deprecated Change-Id: I4ce2c5373e09fe1396d58ff8ffd318eb037f13c0 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6f6a5b6ef..71f4d2167 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -148,7 +148,7 @@ jobs:
build-macos:
name: Build on macOS
- runs-on: macos-11
+ runs-on: macos-12
timeout-minutes: 60
env:
BUILD_OPTIONS: |
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e89f79b21..664af4768 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
build-macos:
name: Build on macOS
- runs-on: macos-11
+ runs-on: macos-12
timeout-minutes: 60
env:
BUILD_OPTIONS: |