Skip to content

Commit

Permalink
Fix issue with automatic releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Oct 18, 2024
1 parent 3f337cb commit ffebc70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffebc70

Please sign in to comment.