Skip to content

Commit

Permalink
Update build-and-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston authored Jan 23, 2025
1 parent e0f8d4e commit f065da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and Deploy Glossary Website

jobs:
build-and-deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # pyicu build fails on python 3.12
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f065da4

Please sign in to comment.