Skip to content

Commit

Permalink
added macos silicon to native image matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lwluc committed Nov 10, 2023
1 parent 858bdd5 commit 596c658
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/native-image.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: GraalVM Native Image builds

on:
workflow_dispatch:
inputs:
TAG:
description: 'The tag to be built'
required: true
type: string
on: push
# workflow_dispatch:
# inputs:
# TAG:
# description: 'The tag to be built'
# required: true
# type: string

jobs:
build:
name: Optimize-to-xes on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest, macos-latest-xlarge, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 596c658

Please sign in to comment.