summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-12-10 06:01:06 +0100
committerJunio C Hamano <gitster@pobox.com>2022-12-10 06:01:06 +0100
commit0b32d1aea20d84561334d39861b27678ab529b69 (patch)
tree65c222e55a671803cc8f5b87b18776140b08a940 /.github/workflows/main.yml
parentMerge branch 'ab/ci-retire-set-output' (diff)
parentCI: upgrade to macos-12, and pin OSX version (diff)
downloadgit-0b32d1aea20d84561334d39861b27678ab529b69.tar.xz
git-0b32d1aea20d84561334d39861b27678ab529b69.zip
Merge branch 'ab/ci-use-macos-12'
CI fix. * ab/ci-use-macos-12: CI: upgrade to macos-12, and pin OSX version
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 286319d789..71bf71bbe9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -238,11 +238,11 @@ jobs:
pool: ubuntu-20.04
- jobname: osx-clang
cc: clang
- pool: macos-latest
+ pool: macos-12
- jobname: osx-gcc
cc: gcc
cc_package: gcc-9
- pool: macos-latest
+ pool: macos-12
- jobname: linux-gcc-default
cc: gcc
pool: ubuntu-latest