Skip to content

Commit a8e6cc7

Browse files
committed
Remove ubuntu-20.04
1 parent 5d0425d commit a8e6cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14 ]
81+
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14 ]
8282
name: [ '-head', '+graalvm-head' ]
8383
runs-on: ${{ matrix.os }}
8484
steps:

0 commit comments

Comments
 (0)