Skip to content

Commit 0c88dcf

Browse files
committed
change ubuntu image
1 parent 48f059e commit 0c88dcf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test-changed-firestore.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,13 @@ jobs:
3434

3535
test-firefox:
3636
name: Test Firestore on Firefox If Changed
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-20.04
3838

3939
steps:
4040
- name: install Firefox stable
41-
# run: |
42-
# sudo apt-get update
43-
# sudo apt-get install firefox
4441
run: |
4542
sudo apt-get update
46-
apt-cache show firefox | grep Version
43+
sudo apt-get install firefox
4744
- name: Checkout Repo
4845
uses: actions/checkout@master
4946
with:

0 commit comments

Comments
 (0)