Skip to content

Commit

Permalink
Don't be picky about what size ubuntu machine our Android build runs on
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Sep 27, 2023
1 parent 842e71f commit e9d9f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
version: ${{ needs.set-version.outputs.version }}
version_file: ${{ needs.set-version.outputs.version_file }}
prefix: ${{ needs.set-version.outputs.prefix }}
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e9d9f83

Please sign in to comment.