diff options
| author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-06-14 23:30:41 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-14 23:30:41 +0530 |
| commit | 707a68cb4f71c8de5476064215f49ead011a9038 (patch) | |
| tree | 564a8146e25bf254e5102252d328de72bb5f268c | |
| parent | e6b1a1fa764ba35cbdc753bdfd9c0a7ffc0291ab (diff) | |
| parent | c04e38d01135a42c00b500cbb2b113d6824c37de (diff) | |
| download | PrismLauncher-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.yml | 2 |
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 }} |
