Skip to content

Commit 1a813ad

Browse files
authored
Update github runner due to Ubuntu 20.04 deprecation
1 parent 5618086 commit 1a813ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
update_addontxt:
1212

13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Checkout
@@ -30,4 +30,4 @@ jobs:
3030
chmod 600 ~/.ssh/id_rsa
3131
sftp -P ${{ secrets.FILEHOST_PORT }} ${{ secrets.FILEHOST_USER }}@${{ secrets.FILEHOST_URL }} <<< $'cd ${{ secrets.FILEHOST_PATH }} \nput other/scraper/addons.txt'
3232
env:
33-
PRIVATE_KEY_ENV: ${{ secrets.FILEHOST_PRIVKEY }}
33+
PRIVATE_KEY_ENV: ${{ secrets.FILEHOST_PRIVKEY }}

0 commit comments

Comments
 (0)