Skip to content

Commit d402e95

Browse files
authored
Merge pull request #580 from haslinghuis/update-azure-pipelines
Update workflows to use Ubuntu-22.04
2 parents f0bacea + 1fa675d commit d402e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
include:
2323
- name: Linux
24-
os: ubuntu-20.04
24+
os: ubuntu-22.04
2525
releaseArgs: --linux64
2626

2727
- name: macOS

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
release:
2929
name: Release
3030
needs: ci
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-22.04
3232
steps:
3333
- name: Fetch build artifacts
3434
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)