Skip to content

Commit

Permalink
[ci] Revert to ubuntu-20.04 due to github actions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Jan 31, 2024
1 parent 21f9d9c commit b3436e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# ubuntu-latest fails: https://github.com/actions/runner/issues/2364
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b3436e2

Please sign in to comment.