Skip to content

Commit

Permalink
Set fixed OS image
Browse files Browse the repository at this point in the history
  • Loading branch information
voldien committed Mar 4, 2025
1 parent edf25cc commit e96d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#configuring-a-build-matrix
runs-on: ubuntu-latest
runs-on: "ubuntu-20.04"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e96d494

Please sign in to comment.