Skip to content

Commit 0a3377c

Browse files
hadryyassinehamzaGhaissi
authored andcommitted
change runners to be ubuntu-latest
1 parent cd1fcdb commit 0a3377c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/micronaut.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ permissions:
6060
jobs:
6161
build-graalvm-and-micronaut:
6262
name: Native Tests
63-
runs-on: ubuntu-20.04
63+
runs-on: ubuntu-latest
6464
steps:
6565
- name: Checkout oracle/graal
6666
uses: actions/checkout@v4

.github/workflows/reachability-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ permissions:
5858
jobs:
5959
populate-matrix:
6060
name: Populate matrix
61-
runs-on: ubuntu-20.04
61+
runs-on: ubuntu-latest
6262
outputs:
6363
matrix: ${{ steps.set-matrix.outputs.matrix }}
6464
steps:

0 commit comments

Comments
 (0)