Skip to content

Commit

Permalink
fix: also for build run set ubuntu fixed to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Dec 24, 2024
1 parent 67d2e3d commit c379c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
build:
name: Build
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# Build runs on manual release or on any commit to dev/qa or on release commit to PROD
# GH actions not supports regex match, so to avoid adding extra step with custom action
# we compare to commt string to starts with 2. Should be updated on major version change
Expand Down

0 comments on commit c379c5e

Please sign in to comment.