Skip to content

Commit

Permalink
Update ubuntu image version to ubuntu-20.04 in pull request workflow …
Browse files Browse the repository at this point in the history
…and graalvm test workflow
  • Loading branch information
MohamedSabthar authored Oct 4, 2024
1 parent ec74b9b commit 15a6e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-bal-test-graalvm-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
jobs:
ubuntu-build-with-bal-test-graalvm:
name: Build with bal test graalvm on Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'Skip GraalVM Check')

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
jobs:
ubuntu-build:
name: Build on Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.head_ref }}-ubuntu-build
cancel-in-progress: true
Expand Down

0 comments on commit 15a6e42

Please sign in to comment.