Skip to content

Commit

Permalink
Bump release step's ubuntu version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Mar 6, 2023
1 parent 6e6ff77 commit edba1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
name: Release
# Note that this must be kept in sync with the version of Ubuntu which the
# Pursit server is running, otherwise the server binary may fail to run.
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: github.event_name == 'release'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit edba1c1

Please sign in to comment.