Skip to content

Commit

Permalink
GH-690 Run GitHub CI on Ubuntu, Linux and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Mar 5, 2024
1 parent bc8dee4 commit 0197f6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .appveyor.yml

This file was deleted.

10 changes: 7 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Panda CI

on: [push]
on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
java_version: [11, 17, 21]
os: [windows-latest, macos-14, macos-13, ubuntu-latest] # Macos 13 is x86-64 and 14 is aarch64

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 0197f6d

Please sign in to comment.