Skip to content

Commit

Permalink
Pinned to macos-13 due to actions/runner-images#9254
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jun 2, 2024
1 parent b3461a4 commit c38d90d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
# pinned to macos-13 due to https://github.com/actions/runner-images/issues/9254
- macos-13
java:
- 8
- 17
Expand All @@ -40,19 +41,13 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Install Docker on macOS
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-13'
uses: douglascamata/setup-docker-macos-action@v1-alpha
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: docker version
run: docker version
- name: docker info
run: docker info
- name: java version
run: java -version
# - name: Debug
# run: ./gradlew checkDockerClient --info --stacktrace
- name: clean build
Expand Down

0 comments on commit c38d90d

Please sign in to comment.