Skip to content

Commit

Permalink
Remove running CI on multiple os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddy4395 committed Apr 29, 2024
1 parent 5cfd275 commit 5c5fe5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,10 @@ permissions:
jobs:
build-graalvm-linux:
name: /${{ matrix.env.PRIMARY }} ${{ matrix.env.GATE_TAGS }} JDK${{ matrix.env.JDK_VERSION }}
runs-on: ${{ matrix.os }}
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
include:
# /compiler
- env:
Expand Down Expand Up @@ -226,8 +225,6 @@ jobs:
build-graalvm-windows:
name: /substratevm on Windows
runs-on: windows-2022
matrix:
os: [windows-2022, windows-2019]
env:
MX_PYTHON: 'python'
steps:
Expand Down

0 comments on commit 5c5fe5f

Please sign in to comment.