Skip to content

Commit

Permalink
Use macos-13 (non M1/M2/M3 processor)
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jun 2, 2024
1 parent d638320 commit 1eb29b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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,7 +41,7 @@ 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: clean build
run: ./gradlew clean build --info --stacktrace
Expand Down

0 comments on commit 1eb29b4

Please sign in to comment.