Skip to content

Commit

Permalink
fucking GHA swaps ubuntu-latest between 22.04 and 24.04 randomly
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Jan 10, 2025
1 parent 1b19d3b commit 120595e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "${{ steps.deployment.outputs.page_url }}"
},
"if": "github.repository == 'mirabilos/dygraphs'",
"runs-on": "ubuntu-latest",
"runs-on": "ubuntu-24.04",
"steps": [
{
"uses": "actions/[email protected]"
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "${{ steps.deployment.outputs.page_url }}"
},
"if": "github.repository == 'danvk/dygraphs'",
"runs-on": "ubuntu-latest",
"runs-on": "ubuntu-24.04",
"steps": [
{
"uses": "actions/[email protected]"
Expand Down

0 comments on commit 120595e

Please sign in to comment.