Skip to content

Commit

Permalink
Merge pull request #1055 from DavidT3/bug/publishWorkflowOSVersion
Browse files Browse the repository at this point in the history
Bug/publish workflow os version
  • Loading branch information
DavidT3 authored Sep 20, 2023
2 parents 19e8740 + 2656bff commit 869624d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
# The only job in this action, building and publishing the XGA Python module
build-n-publish:
name: Build and publish XGA
# The build/publishing process runs on Ubuntu 18.04 - not super important what this is for this use case, so long as its not Windows
runs-on: ubuntu-18.04
# The build/publishing process runs on Ubuntu 20.04 - not super important what this is for this use case, so long as its not Windows
runs-on: ubuntu-20.04

# This job has several steps
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
name: Build and publish XGA
# I actually only want to run this one if the pushed commit has a tag - I will only do this for new versions of the module
if: startsWith(github.ref, 'refs/tags')
# The build/publishing process runs on Ubuntu 18.04 - not super important what this is for this use case, so long as its not Windows
runs-on: ubuntu-18.04
# The build/publishing process runs on Ubuntu 20.04 - not super important what this is for this use case, so long as its not Windows
runs-on: ubuntu-20.04

# This job has several steps
steps:
Expand Down

0 comments on commit 869624d

Please sign in to comment.