Skip to content

Commit abbddae

Browse files
committed
Upgrade graal 22.2.0 in workflows
1 parent 9871828 commit abbddae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
include:
1515
- nickname: win
1616
os: windows-latest
17-
graal: 22.1.0
17+
graal: 22.2.0
1818
- nickname: macos
1919
os: macos-latest
20-
graal: 22.1.0
20+
graal: 22.2.0
2121
- nickname: linux
2222
os: ubuntu-latest
23-
graal: 22.1.0
23+
graal: 22.2.0
2424
name: E2E ${{ matrix.nickname }}
2525
steps:
2626
- uses: actions/checkout@v2

.github/workflows/manual.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
include:
1313
- nickname: win
1414
os: windows-latest
15-
graal: 22.1.0
15+
graal: 22.2.0
1616
- nickname: macos
1717
os: macos-latest
18-
graal: 22.1.0
18+
graal: 22.2.0
1919
- nickname: linux
2020
os: ubuntu-latest
21-
graal: 22.1.0
21+
graal: 22.2.0
2222
name: Build ${{ matrix.nickname }}
2323
steps:
2424
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)