Skip to content

Commit

Permalink
modify per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Goober5000 committed Aug 31, 2023
1 parent 45306da commit 679c360
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
linux_zip:
name: Build Linux distribution zip
needs: build_linux
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: ghcr.io/scp-fs2open/sftp_upload:sha-748b19d
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
windows_zip:
name: Build Windows distribution zip
needs: build_windows
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: ghcr.io/scp-fs2open/sftp_upload:sha-748b19d
strategy:
matrix:
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
mac_zip:
name: Build Mac distribution zip
needs: build_mac
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: ghcr.io/scp-fs2open/sftp_upload:sha-748b19d
steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
create_release:
name: Create GitHub release
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Create Release
id: create_release
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
linux_zip:
name: Build Linux distribution zip
needs: build_linux
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: ghcr.io/scp-fs2open/sftp_upload:sha-748b19d
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
windows_zip:
name: Build Windows distribution zip
needs: build_windows
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: ghcr.io/scp-fs2open/sftp_upload:sha-748b19d
strategy:
fail-fast: false # Run the other jobs in the matrix instead of failing them
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
mac_zip:
name: Build Mac distribution zip
needs: build_mac
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: ghcr.io/scp-fs2open/sftp_upload:sha-748b19d
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- configuration: Release
tag_suffix: ""
fail-fast: false
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
linux_zip:
name: Build Linux distribution zip
needs: build_linux
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: ghcr.io/scp-fs2open/sftp_upload:sha-748b19d
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
windows_zip:
name: Build Windows distribution zip
needs: build_windows
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: ghcr.io/scp-fs2open/sftp_upload:sha-748b19d
strategy:
matrix:
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
mac_zip:
name: Build Mac distribution zip
needs: build_mac
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: ghcr.io/scp-fs2open/sftp_upload:sha-748b19d
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ env:
jobs:
post_builds:
name: Post builds on Nebula and the forums
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Caller
# Name of what called this yaml. Used to debug auto/manual step being triggered
Expand Down

0 comments on commit 679c360

Please sign in to comment.