Skip to content

Commit 4d4f114

Browse files
authored
Merge pull request #2771 from andrew-platt/b/GH_broken_workflow
Update GH conda-deploy action to use Ubuntu 24.04
2 parents 03443ce + dc3ece5 commit 4d4f114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
update-dev:
1717
if: github.repository_owner == 'OpenFAST'
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919
steps:
2020
# - name: Echo path
2121
# run: |

0 commit comments

Comments
 (0)