Skip to content

Commit 3b7c231

Browse files
authored
Update build.yml
1 parent 2634805 commit 3b7c231

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
# Ubuntu
1919
- name: Install dependencies (Ubuntu)
2020
shell: bash
21-
if: matrix.os == 'ubuntu-latest'
21+
if: matrix.os == 'ubuntu-20.04'
2222
run: |
2323
sudo apt-get update
2424
sudo apt-get install -y build-essential
2525
2626
- name: Build recomp binary (Ubuntu)
2727
shell: bash
28-
if: matrix.os == 'ubuntu-latest'
28+
if: matrix.os == 'ubuntu-20.04t'
2929
run: |
3030
make -j $(nproc) RELEASE=1 DEBUG=0 setup
3131
3232
- name: Run the build script (Ubuntu)
3333
shell: bash
34-
if: matrix.os == 'ubuntu-latest'
34+
if: matrix.os == 'ubuntu-20.04'
3535
run: |
3636
make -j $(nproc) RELEASE=1 DEBUG=0 VERSION=${{ matrix.ido }}
3737

0 commit comments

Comments
 (0)