Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Vedder <stephan.vedder@gmail.com>2022-05-03 08:51:57 +0300
committerStephan Vedder <vedder@mbits.info>2022-05-03 10:46:42 +0300
commite6ff287c02af3fb479f2a50f936a01733bf5d806 (patch)
tree95fa8d712d7283d63891cfccaf51f572e330f5c2
parent396125db3524dc6b0462b5bfed433a53870b241d (diff)
Use latest macos
-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 29ab5b1f..09621b75 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
run: cmake --build ./Build
macos:
- runs-on: macos-11
+ runs-on: macos-12
steps:
- uses: actions/checkout@v2