Skip to content

Commit

Permalink
test-ubuntu-latest
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <[email protected]>
  • Loading branch information
sbinet committed Apr 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9d7bc4d commit 6e3c3cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
go-version: [1.20.x, 1.19.x]
platform: [ubuntu-20.04, macos-latest]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
env:
GO111MODULE: on
@@ -52,7 +52,7 @@ jobs:
${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
- name: Install Linux packages
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -qq gcc pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev libvulkan-dev xvfb xdotool
@@ -76,7 +76,7 @@ jobs:
go install -v ./...
- name: Test Linux
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-latest'
run: |
go test -v ./...
./.ci/check-imports.sh
@@ -93,5 +93,5 @@ jobs:
go test -v ./...
- name: Upload-Coverage
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-latest'
uses: codecov/codecov-action@v2

0 comments on commit 6e3c3cb

Please sign in to comment.