Skip to content

Commit 145cdc4

Browse files
author
aaronw-dev
committed
guhhh
1 parent 7aeb09e commit 145cdc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

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

1111
jobs:
1212
build:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414

1515
steps:
1616
- name: Checkout repository
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Set up Wine for Windows build
2525
run: sudo apt-get update && sudo apt-get install -y wine
26-
26+
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)