diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64e1e7cb..7f6fb252 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,18 +100,18 @@ jobs: #CXXFLAGS: "-fsanitize=undefined -O1 -fPIE -fno-sanitize-recover" #LDFLAGS: "-fsanitize=undefined -pie -fno-sanitize-recover" - #macos: - #name: macOS - #runs-on: macos-latest - #steps: - #- uses: actions/checkout@v3 - #with: - #submodules: true - #- run: | - #brew update - #brew install icu4c qt5 gettext pkg-config cpanminus boost - #- run: source .github/build.sh - #- uses: codecov/codecov-action@v3 + macos: + name: macOS + runs-on: macos-latest + steps: + - uses: actions/checkout@v3 + with: + submodules: true + - run: | + brew update + brew install icu4c qt5 gettext pkg-config cpanminus boost + - run: source .github/build.sh + - uses: codecov/codecov-action@v3 docker: name: Docker push