diff --git a/.github/workflows/ci2.yml b/.github/workflows/ci2.yml index a8190e7cf..f7a41ff2a 100644 --- a/.github/workflows/ci2.yml +++ b/.github/workflows/ci2.yml @@ -68,8 +68,8 @@ jobs: - name: Build and test ๐Ÿ— ๐Ÿงช uses: freckle/stack-action@v5 with: - stack-build-arguments: "--copy-bins --flag ampersand:buildAll --no-test" #Disable test because of bug in MariaDB with macOS. See https://jira.mariadb.org/browse/MDEV-35173 - + stack-build-arguments: "--copy-bins --flag ampersand:buildAll" + test: false #Temporarily disable test because of bug in MariaDB with macOS. See https://jira.mariadb.org/browse/MDEV-35173 build-and-test-windows: name: Build and test on windows-2022 ๐Ÿ— ๐Ÿงช runs-on: windows-2022 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a229064e3..67297ae65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,8 +168,8 @@ jobs: path: /home/runner/.local/bin/* build-without-test-macOS: - name: Build without test on macos-12 ๐Ÿ— ๐Ÿงช - runs-on: macos-12 + name: Build without test on macos-13 ๐Ÿ— ๐Ÿงช + runs-on: macos-13 steps: - name: Checkout project contents ๐Ÿ“ก uses: actions/checkout@v4