Skip to content

Commit

Permalink
release.yml - Try to run on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Pulimet committed Jul 24, 2024
1 parent a1dfcd2 commit eb6110f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# This workflow contains 2 jobs: build and release
build:
# The type of runner that the job will run on
runs-on: macos-latest # Specifies that the job runs on a macOS runner
runs-on: ubuntu-latest # Specifies that the job runs on an Ubuntu runner

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit eb6110f

Please sign in to comment.