|
@@ -312,7 +312,7 @@ jobs:
|
|
|
|
|
|
test-docgen:
|
|
|
needs: linux-build
|
|
|
- runs-on: ubuntu-20.04
|
|
|
+ runs-on: ubuntu-24.04
|
|
|
env:
|
|
|
PLATFORM: linux64
|
|
|
HXCPP_COMPILE_CACHE: ~/hxcache
|
|
@@ -389,7 +389,7 @@ jobs:
|
|
|
working-directory: ${{github.workspace}}/tests/docgen
|
|
|
|
|
|
linux-arm64:
|
|
|
- runs-on: ubuntu-20.04
|
|
|
+ runs-on: ubuntu-24.04
|
|
|
permissions:
|
|
|
packages: write
|
|
|
env:
|
|
@@ -765,7 +765,7 @@ jobs:
|
|
|
deploy:
|
|
|
if: success() && github.repository_owner == 'HaxeFoundation' && github.event_name != 'pull_request'
|
|
|
needs: [linux-test, linux-arm64, mac-test, windows64-test]
|
|
|
- runs-on: ubuntu-20.04
|
|
|
+ runs-on: ubuntu-24.04
|
|
|
steps:
|
|
|
# this is only needed for to get `COMMIT_DATE`...
|
|
|
# maybe https://github.community/t/expose-commit-timestamp-in-the-github-context-data/16460/3
|