aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-06-12 19:13:19 +0200
committerGitHub <noreply@github.com>2022-06-12 19:13:19 +0200
commitc04e38d01135a42c00b500cbb2b113d6824c37de (patch)
tree9e8c1030abc239bb6cac8a526917f9659fed5947 /.github
parent794022d399294c2ac377e4e62b65758117e5bdac (diff)
downloadPrismLauncher-c04e38d01135a42c00b500cbb2b113d6824c37de.tar.gz
PrismLauncher-c04e38d01135a42c00b500cbb2b113d6824c37de.tar.bz2
PrismLauncher-c04e38d01135a42c00b500cbb2b113d6824c37de.zip
update macos runner to macos 12
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index db7bd653..d8fc1ff2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
name: "Windows-x86_64"
msystem: mingw64
- - os: macos-11
+ - os: macos-12
macosx_deployment_target: 10.13
runs-on: ${{ matrix.os }}