Skip to content

Commit

Permalink
Build on ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
psiroky committed Mar 13, 2023
1 parent e1815e5 commit 09ee153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/early-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
default-build:
name: 'Default build (without Graal)'
if: startsWith(github.event.head_commit.message, '[release] Release ') != true
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: 'Checkout'
uses: actions/checkout@v2
Expand All @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, macOS-10.15, windows-2019 ]
os: [ ubuntu-20.04, macOS-10.15, windows-2019 ]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 09ee153

Please sign in to comment.