Skip to content

Commit

Permalink
temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 22, 2025
1 parent 2cc587f commit 7e4ad8b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ name: make
pull_request:
branches:
- master
concurrency:
group: make-${{ github.ref }}
cancel-in-progress: true
jobs:
make:
runs-on: ubuntu-24.04
Expand All @@ -39,14 +36,13 @@ jobs:
- run: sudo make install FORCE_INSTALL=true
- run: make env lint test
make-macos:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: 'Set up latest Oracle JDK 22'
uses: oracle-actions/setup-java@v1
- uses: actions/setup-java@v4
with:
website: oracle.com
release: 22
distribution: 'temurin'
java-version: 21
- run: sudo chown -R "$(whoami)" /usr/local
- name: 'Update make and bash'
run: brew install make bash
Expand Down

0 comments on commit 7e4ad8b

Please sign in to comment.