diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-08-06 14:28:31 +0200 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2023-08-13 17:27:04 -0700 |
commit | c97a8f1e6771a7c7202c40fb5127e914866cd7ed (patch) | |
tree | d5b02f9fdbe12114b3955577bb8fb63fb85f4f95 /.github | |
parent | 981ee7570ad98a3cf1ae74d737e2ee619ed79171 (diff) | |
download | zlib-c97a8f1e6771a7c7202c40fb5127e914866cd7ed.tar.gz zlib-c97a8f1e6771a7c7202c40fb5127e914866cd7ed.tar.bz2 zlib-c97a8f1e6771a7c7202c40fb5127e914866cd7ed.zip |
Replace gcc-9 with gcc-11 for macOS testing.
At some point, macos-latest stopped supporting gcc-9, and moved to
gcc-11 and gcc-12.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake.yml | 2 | ||||
-rw-r--r-- | .github/workflows/configure.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 64aa12c..d15fda8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml | |||
@@ -54,7 +54,7 @@ jobs: | |||
54 | 54 | ||
55 | - name: macOS GCC | 55 | - name: macOS GCC |
56 | os: macos-latest | 56 | os: macos-latest |
57 | compiler: gcc-9 | 57 | compiler: gcc-11 |
58 | 58 | ||
59 | steps: | 59 | steps: |
60 | - name: Checkout repository | 60 | - name: Checkout repository |
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 712c723..e783921 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml | |||
@@ -85,7 +85,7 @@ jobs: | |||
85 | 85 | ||
86 | - name: macOS GCC | 86 | - name: macOS GCC |
87 | os: macos-latest | 87 | os: macos-latest |
88 | compiler: gcc-9 | 88 | compiler: gcc-11 |
89 | configure-args: --warn | 89 | configure-args: --warn |
90 | 90 | ||
91 | - name: macOS Clang | 91 | - name: macOS Clang |