mirror of
https://github.com/upx/upx.git
synced 2025-02-17 06:38:06 +00:00
CI: add macos-13
This commit is contained in:
parent
f0bdb8dea1
commit
eaf2143162
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -134,6 +134,7 @@ jobs:
|
||||
include:
|
||||
- { os: macos-11, gcc: gcc-10, gxx: 'g++-10', testsuite: true }
|
||||
- { os: macos-12, gcc: gcc-11, gxx: 'g++-11', testsuite: true }
|
||||
- { os: macos-13, gcc: gcc-12, gxx: 'g++-12', testsuite: true }
|
||||
steps:
|
||||
- name: 'Install brew packages'
|
||||
if: ${{ matrix.testsuite }}
|
||||
@ -377,8 +378,8 @@ jobs:
|
||||
- { zig_target: x86_64-macos.13-none }
|
||||
- { zig_target: x86_64-windows-gnu }
|
||||
env:
|
||||
# 2023-04-24
|
||||
ZIG_DIST_VERSION: 0.11.0-dev.2777+b95cdf0ae
|
||||
# 2023-05-02
|
||||
ZIG_DIST_VERSION: 0.11.0-dev.2939+289234744
|
||||
# for zig-cc wrapper scripts (see below):
|
||||
ZIG_CPPFLAGS: -DUPX_DOCTEST_CONFIG_MULTITHREADING
|
||||
ZIG_FLAGS: ${{ matrix.zig_flags }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user