Skip to content

Commit

Permalink
updated env
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Mar 14, 2024
1 parent d83b3a0 commit 9d0fe22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ env:

jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ env.UBUNTU_VERSION , windows-2019, macos-latest ]
os: [ ${{ env.UBUNTU_VERSION }} , windows-2019, macos-latest ]

runs-on: ${{ matrix.os }}
steps:

- name: Set up Java
Expand Down

0 comments on commit 9d0fe22

Please sign in to comment.