Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to ubuntu 22.04 #103

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
setup:
name: 'build settings'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
settings: ${{ steps.settings.outputs.settings }}
deploy: ${{ steps.settings.outputs.deploy }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
matrix:
setting: ${{ fromJson(needs.setup.outputs.settings) }}
name: 'source (${{ matrix.setting.branch }}, ${{ matrix.setting.commit }})'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env: ${{ matrix.setting.environment }}
steps:
- name: Checkout nightlies
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
include:
- target:
os: linux
builder: ubuntu-20.04
builder: ubuntu-22.04
- target:
os: macosx
builder: macos-13
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:

if: needs.setup.outputs.deploy == 'true'
name: 'Update latest tags for ${{ matrix.setting.release }}'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Store build settings
shell: bash
Expand Down