Skip to content

Commit

Permalink
Downgrade to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Sep 25, 2024
1 parent 2acd39f commit bac3ea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-13
runs-on: ${{ matrix.os }}
steps:
- name: Set up JDK
Expand All @@ -27,10 +27,10 @@ jobs:
distribution: adopt
- name: Setup Docker on MacOS
uses: douglascamata/setup-docker-macos-action@v1-alpha
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.os == 'macos-13' }}
- name: Test Docker
run: docker run hello-world
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.os == 'macos-13' }}
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Gradle
Expand Down

0 comments on commit bac3ea3

Please sign in to comment.