Skip to content

Commit 9ef204a

Browse files
committed
Use ubuntu-latest for GitHub CI actions.
ubuntu-18.04 is no longer available and switching to latest avoids having to update this in the future.
1 parent 81fb0b3 commit 9ef204a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build:
14-
runs-on: [ubuntu-20.04]
14+
runs-on: [ubuntu-latest]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Basic checks
@@ -29,7 +29,7 @@ jobs:
2929
draft-release:
3030
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3131
needs: build
32-
runs-on: [ubuntu-18.04]
32+
runs-on: [ubuntu-latest]
3333
steps:
3434
- name: Download artifact
3535
uses: actions/download-artifact@master

0 commit comments

Comments
 (0)