Skip to content

Commit

Permalink
Disabled macos-13 build
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Sep 26, 2024
1 parent 0317da3 commit 64b1ce6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-13
# - macos-13
runs-on: ${{ matrix.os }}
steps:
- name: Setup Docker on MacOS
uses: douglascamata/setup-docker-macos-action@v1-alpha
if: ${{ matrix.os == 'macos-13' }}
# - name: Setup Docker on MacOS
# uses: douglascamata/setup-docker-macos-action@v1-alpha
# if: ${{ matrix.os == 'macos-13' }}
- name: Test Docker
run: docker run hello-world
- name: Set up JDK
Expand Down

0 comments on commit 64b1ce6

Please sign in to comment.