Skip to content

Commit 95e278d

Browse files
committed
Update workflows to use Ubuntu 22.04 and adjust packaging pipeline container
1 parent fa68977 commit 95e278d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626
jobs:
2727
# Build job
2828
build:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4
@@ -67,7 +67,7 @@ jobs:
6767
environment:
6868
name: github-pages
6969
url: ${{ steps.deployment.outputs.page_url }}
70-
runs-on: ubuntu-latest
70+
runs-on: ubuntu-22.04
7171
needs: build
7272
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
7373
steps:

.github/workflows/packaging-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build_opencue_packages:
1010
name: Build Python Packages
1111
runs-on: ubuntu-22.04
12-
container: python:3.8
12+
container: python:3.7
1313
outputs:
1414
opencue_proto_path: ${{ steps.package_outputs.outputs.opencue_proto_path }}
1515
opencue_pycue_path: ${{ steps.package_outputs.outputs.opencue_pycue_path }}

0 commit comments

Comments
 (0)