Skip to content

[GR-64476] Update GitHub Actions workflows. #11055

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ permissions:
jobs:
build-graalvm-linux:
name: /${{ matrix.env.PRIMARY }} ${{ matrix.env.GATE_TAGS }} JDK${{ matrix.env.JDK_VERSION }}
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/micronaut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ permissions:
jobs:
build-graalvm-and-micronaut:
name: Native Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
steps:
- name: Checkout oracle/graal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ni-layers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Checkout oracle/graal
uses: actions/checkout@v4
- name: Download GraalVM JDK build
uses: actions/download-artifact@v4
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
with:
name: graalvm
path: .
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/quarkus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
contents: read # to fetch code (actions/checkout)

name: Nightly Quarkus and GraalVM build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
outputs:
matrix: ${{ steps.read.outputs.matrix }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
steps:
- name: Download GraalVM JDK build
if: startsWith(matrix.os-name, 'ubuntu')
uses: actions/download-artifact@v4
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
with:
name: graalvm
path: .
Expand All @@ -154,7 +154,7 @@ jobs:
run: ${QUARKUS_PATH}/.github/ci-prerequisites.sh
- name: Download Maven Repo
if: startsWith(matrix.os-name, 'ubuntu')
uses: actions/download-artifact@v4
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
with:
name: maven-repo
path: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reachability-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ permissions:
jobs:
build-graalvm-and-populate-matrix:
name: Build GraalVM and populate matrix
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
with:
repository: oracle/graalvm-reachability-metadata
- name: Download GraalVM JDK build
uses: actions/download-artifact@v4
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
with:
name: graalvm
path: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ permissions:
jobs:
build-graalvm-and-spring:
name: Native Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
steps:
- name: Checkout oracle/graal
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading