Skip to content

Commit

Permalink
Update initializr-native.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed authored Jun 16, 2024
1 parent 6386518 commit acf3cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/initializr-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:

jobs:
initialize:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand All @@ -47,7 +47,7 @@ jobs:

supported-versions-cas:
needs: [ initialize ]
runs-on: macos-latest
runs-on: ubuntu-latest
outputs:
supported-versions: ${{ steps.get-supported-versions.outputs.supported-versions }}
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
run: echo "supported-versions=$(./gradlew --no-daemon -q versions-cas)" >> $GITHUB_OUTPUT

build:
runs-on: macos-latest
runs-on: ubuntu-latest
needs: [ supported-versions-cas ]
continue-on-error: false
strategy:
Expand Down

0 comments on commit acf3cab

Please sign in to comment.