Skip to content

Commit

Permalink
Ubuntu-latest workflows will use Ubuntu-22.04, temporary workaround (p…
Browse files Browse the repository at this point in the history
…hp#2036)

ubuntu-latest is currently transitioning to ubuntu-22.04. During this time, you may experience some jobs running on either an ubuntu-20.04 or ubuntu-22.04 runner. You can specify `runs-on: ubuntu-20.04` in your workflow if you need the previous version.

https://github.com/actions/runner-images
actions/runner-images#6399
  • Loading branch information
mumumu authored and claudepache committed Jun 1, 2023
1 parent 94457ed commit 66f9ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
name: "Build"

runs-on: "ubuntu-latest"
runs-on: "ubuntu-20.04"

strategy:
matrix:
Expand Down

0 comments on commit 66f9ab0

Please sign in to comment.