Skip to content

Commit

Permalink
Fall back to ubuntu-20.04
Browse files Browse the repository at this point in the history
dropping .1 but keeping bionic

Fixing syntax around bionic

adding -f to fix broken dependencies maybe

Forcing ubuntu-20.04

dropping -latest

Whoops I got over excited and forgot to add -20.04 back in
  • Loading branch information
JPolacek committed Feb 9, 2023
1 parent ed17a8b commit 4a61674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ ubuntu ]
hhvm:
- '4.153'
runs-on: ${{matrix.os}}-latest
runs-on: ${{matrix.os}}-20.04
steps:
- uses: actions/checkout@v2
# Runs a single command using the runners shell
Expand Down

0 comments on commit 4a61674

Please sign in to comment.