aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-06-14 23:30:41 +0530
committerGitHub <noreply@github.com>2022-06-14 23:30:41 +0530
commit707a68cb4f71c8de5476064215f49ead011a9038 (patch)
tree564a8146e25bf254e5102252d328de72bb5f268c
parente6b1a1fa764ba35cbdc753bdfd9c0a7ffc0291ab (diff)
parentc04e38d01135a42c00b500cbb2b113d6824c37de (diff)
downloadPrismLauncher-707a68cb4f71c8de5476064215f49ead011a9038.tar.gz
PrismLauncher-707a68cb4f71c8de5476064215f49ead011a9038.tar.bz2
PrismLauncher-707a68cb4f71c8de5476064215f49ead011a9038.zip
Merge pull request #787 from DioEgizio/macos-12-gha
update macos runner to macos 12
-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 }}