Skip to content

Commit

Permalink
func tests: ubuntu-18.04 to ubuntu-latest
Browse files Browse the repository at this point in the history
Ubuntu 18.04 no longer supported by github
  • Loading branch information
Yenaled authored Jul 2, 2023
1 parent a38143d commit ff32921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build-linux:
name: Build and test linux
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
RELEASE_OS: linux
steps:
Expand Down

0 comments on commit ff32921

Please sign in to comment.