Skip to content

Commit

Permalink
upadted list of supported github workflow runners
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetkhanduri committed Nov 2, 2024
1 parent 51c4f87 commit 121fe94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: MacOS (11)
name: Windows (2022)
env:
CI: false

Expand All @@ -14,7 +14,7 @@ on:
jobs:
build:

runs-on: macos-11
runs-on: windows-2022

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
)](https://github.com/opendiffy/diffy/actions/workflows/maven_macos_13.yml)
[![Build status](https://github.com/opendiffy/diffy/actions/workflows/maven_macos_12.yml/badge.svg
)](https://github.com/opendiffy/diffy/actions/workflows/maven_macos_12.yml)
[![Build status](https://github.com/opendiffy/diffy/actions/workflows/maven_macos_11.yml/badge.svg
)](https://github.com/opendiffy/diffy/actions/workflows/maven_macos_11.yml)
[![Build status](https://github.com/opendiffy/diffy/actions/workflows/maven_macos_latest.yml/badge.svg
)](https://github.com/opendiffy/diffy/actions/workflows/maven_macos_latest.yml)

[![Build status](https://github.com/opendiffy/diffy/actions/workflows/maven_windows_latest.yml/badge.svg
)](https://github.com/opendiffy/diffy/actions/workflows/maven_windows_latest.yml)
[![Build status](https://github.com/opendiffy/diffy/actions/workflows/maven_windows_2022.yml/badge.svg
)](https://github.com/opendiffy/diffy/actions/workflows/maven_windows_2022.yml)
[![Build status](https://github.com/opendiffy/diffy/actions/workflows/maven_windows_2019.yml/badge.svg
)](https://github.com/opendiffy/diffy/actions/workflows/maven_windows_2019.yml)

Expand Down

0 comments on commit 121fe94

Please sign in to comment.