Skip to content

Commit

Permalink
change ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Nov 28, 2022
1 parent 48f059e commit 0c88dcf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-changed-firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,13 @@ jobs:

test-firefox:
name: Test Firestore on Firefox If Changed
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: install Firefox stable
# run: |
# sudo apt-get update
# sudo apt-get install firefox
run: |
sudo apt-get update
apt-cache show firefox | grep Version
sudo apt-get install firefox
- name: Checkout Repo
uses: actions/checkout@master
with:
Expand Down

0 comments on commit 0c88dcf

Please sign in to comment.