Skip to content

Commit f4490b2

Browse files
authored
GH actions - Ubuntu bionic -> focal
1 parent 8cfbf84 commit f4490b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cppcmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os:
27-
- ubuntu-latest
27+
- ubuntu-20.04
2828
- windows-latest
2929
- macOS-latest
3030
fail-fast: false
@@ -36,7 +36,7 @@ jobs:
3636
run: cmake --version
3737

3838
- name: Install liblsl, libxdf, and Qt (Ubuntu)
39-
if: matrix.os == 'ubuntu-latest'
39+
if: matrix.os == 'ubuntu-20.04'
4040
run: |
4141
echo ${{ github.ref }}
4242
curl -L ${XDF_URL}/${XDF_RELEASE_PREFIX}${XDF_RELEASE}${XDF_RELEASE_SUFFIX}/libxdf-${XDF_RELEASE}-Linux.deb -o libxdf.deb
@@ -94,7 +94,7 @@ jobs:
9494
9595
release:
9696
needs: build
97-
runs-on: ubuntu-latest
97+
runs-on: ubuntu-20.04
9898
steps:
9999

100100
- name: Download Packages

0 commit comments

Comments
 (0)