Skip to content

Commit

Permalink
Istg macos
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie-coder authored Sep 17, 2024
1 parent 64ff586 commit 848f114
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-${{ matrix.version }}
strategy:
fail-fast: false
matrix:
build: [release]
version: [20.04, 22.04]
Expand Down Expand Up @@ -126,10 +127,12 @@ jobs:
buildMac:
runs-on: macos-${{ matrix.version }}
strategy:
fail-fast: false
matrix:
build: [release]
version: [11, 12, 13]

timeout-minutes: 45

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
Expand Down

0 comments on commit 848f114

Please sign in to comment.