Skip to content

Commit

Permalink
Use ubuntu-latest for GitHub CI actions.
Browse files Browse the repository at this point in the history
ubuntu-18.04 is no longer available and switching to latest avoids
having to update this in the future.
  • Loading branch information
bsdjhb committed Apr 14, 2023
1 parent 81fb0b3 commit 9ef204a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build:
runs-on: [ubuntu-20.04]
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Basic checks
Expand All @@ -29,7 +29,7 @@ jobs:
draft-release:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: build
runs-on: [ubuntu-18.04]
runs-on: [ubuntu-latest]
steps:
- name: Download artifact
uses: actions/download-artifact@master
Expand Down

0 comments on commit 9ef204a

Please sign in to comment.