forked from jmug/stoatchat
ci: switch to ubuntu 24.04 pre-emptively
trying to fix build cancellations
This commit is contained in:
4
.github/workflows/docker.yaml
vendored
4
.github/workflows/docker.yaml
vendored
@@ -27,7 +27,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
base:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
name: Build base image
|
||||
steps:
|
||||
# Configure build environment
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
|
||||
publish:
|
||||
needs: [base]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
if: github.event_name != 'pull_request'
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user