Skip to content

Commit

Permalink
Downgrade ubuntu in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiascarf committed Jun 5, 2024
1 parent b7b27a0 commit a597ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu:21.10
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a597ddc

Please sign in to comment.