Skip to content

Commit

Permalink
756: Fix action platform names
Browse files Browse the repository at this point in the history
Reviewed-by: ehelin
  • Loading branch information
rwestberg committed Oct 7, 2020
1 parent 4095042 commit c31b1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
run: sh gradlew test --info --stacktrace

mac:
name: Windows x64
name: macOS x64
runs-on: 'macos-10.15'
steps:
- uses: actions/checkout@v1
Expand All @@ -22,7 +22,7 @@ jobs:
run: sh gradlew test --info --stacktrace

win:
name: macOS x64
name: Windows x64
runs-on: 'windows-2019'
steps:
- uses: actions/checkout@v1
Expand Down

2 comments on commit c31b1a9

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on c31b1a9 Oct 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@openjdk-notifier
Copy link

@openjdk-notifier openjdk-notifier bot commented on c31b1a9 Oct 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.