Skip to content

Commit

Permalink
Update test-arm64.yml to support multiple macOS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseDreki committed Apr 25, 2024
1 parent 917cc8b commit 57fac4b
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/test-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,21 @@ permissions:

jobs:
build:
runs-on: macos-14
strategy:
matrix:
os: [ubuntu-22.04, macos-10.15, macos-11, macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Set up git
uses: Homebrew/actions/git-user-config@master

- name: Install Formula
run: brew install ncurses
run: |
brew install ncurses
brew doctor
- name: Install Kotlin
uses: sdkman/sdkman-action@master
Expand Down

0 comments on commit 57fac4b

Please sign in to comment.